Shades of Han Purple #4804DC
Tints of Han Purple #4804DC
RGB
CMYK
RGB Variations
Color information
#4804DC (or 0x4804DC) is known color: Han Purple. HEX triplet: 48, 04 and DC. RGB value is (72,4,220). Sum of RGB (Red+Green+Blue) = 72+4+220=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #4804DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4804DC is #B7FB23. Grayscale: #303030. Windows color (decimal): -12057380 or 14419016. OLE color: 14419016.
HSL color Cylindrical-coordinate representation of color #4804DC: hue angle of 258.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4804DC is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 4 | 220 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.14 |
| HSL | 258.89º | 0.96% | 0.44% | - |
| HSV(B) | 258.89º | 0.98% | 0.86% | - |
| XYZ | 15.63 | 6.63 | 68.17 | - |
| YUV | 48.96 | 224.53 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 220 | 0.67 | 0.98 | 0 | 0.14 | 258.89 | 0.96 | 0.44 |
| Hex | 48 | 4 | DC | 43 | 62 | 0 | E | 103 | 60 | 2C |
| Octal | 110 | 4 | 334 | 103 | 142 | 0 | 16 | 403 | 140 | 54 |
| Binary | 1001000 | 100 | 11011100 | 1000011 | 1100010 | 0 | 1110 | 100000011 | 1100000 | 101100 |
Color Harmonies of #4804DC
Complementary color
Monochromatic Colors of #4804DC
Black with #4804DC
Text Example
Text Example
White with #4804DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4804DC; }
p { color: rgb(72,4,220); }
H1.HeaderClassName
{
color: #4804DC;
}
.AnyTagClassName
{
color: #4804DC;
}
</style>
background-color css
<style>
a { background-color: #4804DC; }
a { background-color: rgb(72,4,220); }
div.DivClassName
{
background-color: #4804DC;
}
.BgClassName
{
background-color: #4804DC;
}
</style>
border-color css
<style>
span { border-color: #4804DC; }
span { border-color: rgb(72,4,220); }
td.TdClassName
{
border-color: #4804DC;
}
.TagClassName
{
border-color: #4804DC;
}
</style>