Shades of Han Purple #5229DC
Tints of Han Purple #5229DC
RGB
CMYK
RGB Variations
Color information
#5229DC (or 0x5229DC) is known color: Han Purple. HEX triplet: 52, 29 and DC. RGB value is (82,41,220). Sum of RGB (Red+Green+Blue) = 82+41+220=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #5229DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229DC is #ADD623. Grayscale: #484848. Windows color (decimal): -11392548 or 14428498. OLE color: 14428498.
HSL color Cylindrical-coordinate representation of color #5229DC: hue angle of 253.74º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5229DC is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 41 | 220 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.14 |
| HSL | 253.74º | 0.72% | 0.51% | - |
| HSV(B) | 253.74º | 0.81% | 0.86% | - |
| XYZ | 17.19 | 8.55 | 68.45 | - |
| YUV | 73.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 220 | 0.63 | 0.81 | 0 | 0.14 | 253.74 | 0.72 | 0.51 |
| Hex | 52 | 29 | DC | 3F | 51 | 0 | E | FE | 48 | 33 |
| Octal | 122 | 51 | 334 | 77 | 121 | 0 | 16 | 376 | 110 | 63 |
| Binary | 1010010 | 101001 | 11011100 | 111111 | 1010001 | 0 | 1110 | 11111110 | 1001000 | 110011 |
Color Harmonies of #5229DC
Complementary color
Monochromatic Colors of #5229DC
Black with #5229DC
Text Example
Text Example
White with #5229DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5229DC; }
p { color: rgb(82,41,220); }
H1.HeaderClassName
{
color: #5229DC;
}
.AnyTagClassName
{
color: #5229DC;
}
</style>
background-color css
<style>
a { background-color: #5229DC; }
a { background-color: rgb(82,41,220); }
div.DivClassName
{
background-color: #5229DC;
}
.BgClassName
{
background-color: #5229DC;
}
</style>
border-color css
<style>
span { border-color: #5229DC; }
span { border-color: rgb(82,41,220); }
td.TdClassName
{
border-color: #5229DC;
}
.TagClassName
{
border-color: #5229DC;
}
</style>