Shades of Han Purple #4527DC
Tints of Han Purple #4527DC
RGB
CMYK
RGB Variations
Color information
#4527DC (or 0x4527DC) is known color: Han Purple. HEX triplet: 45, 27 and DC. RGB value is (69,39,220). Sum of RGB (Red+Green+Blue) = 69+39+220=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #4527DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4527DC is #BAD823. Grayscale: #434343. Windows color (decimal): -12245028 or 14427973. OLE color: 14427973.
HSL color Cylindrical-coordinate representation of color #4527DC: hue angle of 249.94º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4527DC is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 39 | 220 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.14 |
| HSL | 249.94º | 0.72% | 0.51% | - |
| HSV(B) | 249.94º | 0.82% | 0.86% | - |
| XYZ | 16.1 | 7.88 | 68.38 | - |
| YUV | 68.6 | 213.44 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 220 | 0.69 | 0.82 | 0 | 0.14 | 249.94 | 0.72 | 0.51 |
| Hex | 45 | 27 | DC | 45 | 52 | 0 | E | FA | 48 | 33 |
| Octal | 105 | 47 | 334 | 105 | 122 | 0 | 16 | 372 | 110 | 63 |
| Binary | 1000101 | 100111 | 11011100 | 1000101 | 1010010 | 0 | 1110 | 11111010 | 1001000 | 110011 |
Color Harmonies of #4527DC
Complementary color
Monochromatic Colors of #4527DC
Black with #4527DC
Text Example
Text Example
White with #4527DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4527DC; }
p { color: rgb(69,39,220); }
H1.HeaderClassName
{
color: #4527DC;
}
.AnyTagClassName
{
color: #4527DC;
}
</style>
background-color css
<style>
a { background-color: #4527DC; }
a { background-color: rgb(69,39,220); }
div.DivClassName
{
background-color: #4527DC;
}
.BgClassName
{
background-color: #4527DC;
}
</style>
border-color css
<style>
span { border-color: #4527DC; }
span { border-color: rgb(69,39,220); }
td.TdClassName
{
border-color: #4527DC;
}
.TagClassName
{
border-color: #4527DC;
}
</style>