Shades of Han Purple #4819D6
Tints of Han Purple #4819D6
RGB
CMYK
RGB Variations
Color information
#4819D6 (or 0x4819D6) is known color: Han Purple. HEX triplet: 48, 19 and D6. RGB value is (72,25,214). Sum of RGB (Red+Green+Blue) = 72+25+214=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 214 (83.98% from 255 or 68.81% from 311); Max value from RGB is 214 - color contains mainly: blue. Hex color #4819D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4819D6 is #B7E629. Grayscale: #3B3B3B. Windows color (decimal): -12052010 or 14031176. OLE color: 14031176.
HSL color Cylindrical-coordinate representation of color #4819D6: hue angle of 254.92º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4819D6 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 25 | 214 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.16 |
| HSL | 254.92º | 0.79% | 0.47% | - |
| HSV(B) | 254.92º | 0.88% | 0.84% | - |
| XYZ | 15.16 | 6.93 | 64.16 | - |
| YUV | 60.6 | 214.57 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 214 | 0.66 | 0.88 | 0 | 0.16 | 254.92 | 0.79 | 0.47 |
| Hex | 48 | 19 | D6 | 42 | 58 | 0 | 10 | FF | 4F | 2F |
| Octal | 110 | 31 | 326 | 102 | 130 | 0 | 20 | 377 | 117 | 57 |
| Binary | 1001000 | 11001 | 11010110 | 1000010 | 1011000 | 0 | 10000 | 11111111 | 1001111 | 101111 |
Color Harmonies of #4819D6
Complementary color
Monochromatic Colors of #4819D6
Black with #4819D6
Text Example
Text Example
White with #4819D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4819D6; }
p { color: rgb(72,25,214); }
H1.HeaderClassName
{
color: #4819D6;
}
.AnyTagClassName
{
color: #4819D6;
}
</style>
background-color css
<style>
a { background-color: #4819D6; }
a { background-color: rgb(72,25,214); }
div.DivClassName
{
background-color: #4819D6;
}
.BgClassName
{
background-color: #4819D6;
}
</style>
border-color css
<style>
span { border-color: #4819D6; }
span { border-color: rgb(72,25,214); }
td.TdClassName
{
border-color: #4819D6;
}
.TagClassName
{
border-color: #4819D6;
}
</style>