Shades of Han Purple #4816D2
Tints of Han Purple #4816D2
RGB
CMYK
RGB Variations
Color information
#4816D2 (or 0x4816D2) is known color: Han Purple. HEX triplet: 48, 16 and D2. RGB value is (72,22,210). Sum of RGB (Red+Green+Blue) = 72+22+210=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 210 (82.42% from 255 or 69.08% from 304); Max value from RGB is 210 - color contains mainly: blue. Hex color #4816D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816D2 is #B7E92D. Grayscale: #393939. Windows color (decimal): -12052782 or 13768264. OLE color: 13768264.
HSL color Cylindrical-coordinate representation of color #4816D2: hue angle of 255.96º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4816D2 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 22 | 210 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.18 |
| HSL | 255.96º | 0.81% | 0.45% | - |
| HSV(B) | 255.96º | 0.9% | 0.82% | - |
| XYZ | 14.59 | 6.6 | 61.48 | - |
| YUV | 58.38 | 213.57 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 210 | 0.66 | 0.90 | 0 | 0.18 | 255.96 | 0.81 | 0.45 |
| Hex | 48 | 16 | D2 | 42 | 5A | 0 | 12 | 100 | 51 | 2D |
| Octal | 110 | 26 | 322 | 102 | 132 | 0 | 22 | 400 | 121 | 55 |
| Binary | 1001000 | 10110 | 11010010 | 1000010 | 1011010 | 0 | 10010 | 100000000 | 1010001 | 101101 |
Color Harmonies of #4816D2
Complementary color
Monochromatic Colors of #4816D2
Black with #4816D2
Text Example
Text Example
White with #4816D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4816D2; }
p { color: rgb(72,22,210); }
H1.HeaderClassName
{
color: #4816D2;
}
.AnyTagClassName
{
color: #4816D2;
}
</style>
background-color css
<style>
a { background-color: #4816D2; }
a { background-color: rgb(72,22,210); }
div.DivClassName
{
background-color: #4816D2;
}
.BgClassName
{
background-color: #4816D2;
}
</style>
border-color css
<style>
span { border-color: #4816D2; }
span { border-color: rgb(72,22,210); }
td.TdClassName
{
border-color: #4816D2;
}
.TagClassName
{
border-color: #4816D2;
}
</style>