Shades of Han Purple #4327DC
Tints of Han Purple #4327DC
RGB
CMYK
RGB Variations
Color information
#4327DC (or 0x4327DC) is known color: Han Purple. HEX triplet: 43, 27 and DC. RGB value is (67,39,220). Sum of RGB (Red+Green+Blue) = 67+39+220=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #4327DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4327DC is #BCD823. Grayscale: #434343. Windows color (decimal): -12376100 or 14427971. OLE color: 14427971.
HSL color Cylindrical-coordinate representation of color #4327DC: hue angle of 249.28º 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 #4327DC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 39 | 220 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.14 |
| HSL | 249.28º | 0.72% | 0.51% | - |
| HSV(B) | 249.28º | 0.82% | 0.86% | - |
| XYZ | 15.96 | 7.81 | 68.38 | - |
| YUV | 68.01 | 213.78 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 39 | 220 | 0.70 | 0.82 | 0 | 0.14 | 249.28 | 0.72 | 0.51 |
| Hex | 43 | 27 | DC | 46 | 52 | 0 | E | F9 | 48 | 33 |
| Octal | 103 | 47 | 334 | 106 | 122 | 0 | 16 | 371 | 110 | 63 |
| Binary | 1000011 | 100111 | 11011100 | 1000110 | 1010010 | 0 | 1110 | 11111001 | 1001000 | 110011 |
Color Harmonies of #4327DC
Complementary color
Monochromatic Colors of #4327DC
Black with #4327DC
Text Example
Text Example
White with #4327DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4327DC; }
p { color: rgb(67,39,220); }
H1.HeaderClassName
{
color: #4327DC;
}
.AnyTagClassName
{
color: #4327DC;
}
</style>
background-color css
<style>
a { background-color: #4327DC; }
a { background-color: rgb(67,39,220); }
div.DivClassName
{
background-color: #4327DC;
}
.BgClassName
{
background-color: #4327DC;
}
</style>
border-color css
<style>
span { border-color: #4327DC; }
span { border-color: rgb(67,39,220); }
td.TdClassName
{
border-color: #4327DC;
}
.TagClassName
{
border-color: #4327DC;
}
</style>