Shades of Han Purple #4818DC
Tints of Han Purple #4818DC
RGB
CMYK
RGB Variations
Color information
#4818DC (or 0x4818DC) is known color: Han Purple. HEX triplet: 48, 18 and DC. RGB value is (72,24,220). Sum of RGB (Red+Green+Blue) = 72+24+220=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #4818DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4818DC is #B7E723. Grayscale: #3B3B3B. Windows color (decimal): -12052260 or 14424136. OLE color: 14424136.
HSL color Cylindrical-coordinate representation of color #4818DC: hue angle of 254.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4818DC is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 24 | 220 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.14 |
| HSL | 254.69º | 0.8% | 0.48% | - |
| HSV(B) | 254.69º | 0.89% | 0.86% | - |
| XYZ | 15.92 | 7.2 | 68.26 | - |
| YUV | 60.7 | 217.9 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 220 | 0.67 | 0.89 | 0 | 0.14 | 254.69 | 0.8 | 0.48 |
| Hex | 48 | 18 | DC | 43 | 59 | 0 | E | FF | 50 | 30 |
| Octal | 110 | 30 | 334 | 103 | 131 | 0 | 16 | 377 | 120 | 60 |
| Binary | 1001000 | 11000 | 11011100 | 1000011 | 1011001 | 0 | 1110 | 11111111 | 1010000 | 110000 |
Color Harmonies of #4818DC
Complementary color
Monochromatic Colors of #4818DC
Black with #4818DC
Text Example
Text Example
White with #4818DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4818DC; }
p { color: rgb(72,24,220); }
H1.HeaderClassName
{
color: #4818DC;
}
.AnyTagClassName
{
color: #4818DC;
}
</style>
background-color css
<style>
a { background-color: #4818DC; }
a { background-color: rgb(72,24,220); }
div.DivClassName
{
background-color: #4818DC;
}
.BgClassName
{
background-color: #4818DC;
}
</style>
border-color css
<style>
span { border-color: #4818DC; }
span { border-color: rgb(72,24,220); }
td.TdClassName
{
border-color: #4818DC;
}
.TagClassName
{
border-color: #4818DC;
}
</style>