Shades of Han Purple #4825DC
Tints of Han Purple #4825DC
RGB
CMYK
RGB Variations
Color information
#4825DC (or 0x4825DC) is known color: Han Purple. HEX triplet: 48, 25 and DC. RGB value is (72,37,220). Sum of RGB (Red+Green+Blue) = 72+37+220=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #4825DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4825DC is #B7DA23. Grayscale: #434343. Windows color (decimal): -12048932 or 14427464. OLE color: 14427464.
HSL color Cylindrical-coordinate representation of color #4825DC: hue angle of 251.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4825DC is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 37 | 220 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.14 |
| HSL | 251.48º | 0.72% | 0.5% | - |
| HSV(B) | 251.48º | 0.83% | 0.86% | - |
| XYZ | 16.25 | 7.87 | 68.37 | - |
| YUV | 68.33 | 213.6 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 220 | 0.67 | 0.83 | 0 | 0.14 | 251.48 | 0.72 | 0.5 |
| Hex | 48 | 25 | DC | 43 | 53 | 0 | E | FB | 48 | 32 |
| Octal | 110 | 45 | 334 | 103 | 123 | 0 | 16 | 373 | 110 | 62 |
| Binary | 1001000 | 100101 | 11011100 | 1000011 | 1010011 | 0 | 1110 | 11111011 | 1001000 | 110010 |
Color Harmonies of #4825DC
Complementary color
Monochromatic Colors of #4825DC
Black with #4825DC
Text Example
Text Example
White with #4825DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4825DC; }
p { color: rgb(72,37,220); }
H1.HeaderClassName
{
color: #4825DC;
}
.AnyTagClassName
{
color: #4825DC;
}
</style>
background-color css
<style>
a { background-color: #4825DC; }
a { background-color: rgb(72,37,220); }
div.DivClassName
{
background-color: #4825DC;
}
.BgClassName
{
background-color: #4825DC;
}
</style>
border-color css
<style>
span { border-color: #4825DC; }
span { border-color: rgb(72,37,220); }
td.TdClassName
{
border-color: #4825DC;
}
.TagClassName
{
border-color: #4825DC;
}
</style>