Shades of Han Purple #4709DC
Tints of Han Purple #4709DC
RGB
CMYK
RGB Variations
Color information
#4709DC (or 0x4709DC) is known color: Han Purple. HEX triplet: 47, 09 and DC. RGB value is (71,9,220). Sum of RGB (Red+Green+Blue) = 71+9+220=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #4709DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4709DC is #B8F623. Grayscale: #323232. Windows color (decimal): -12121636 or 14420295. OLE color: 14420295.
HSL color Cylindrical-coordinate representation of color #4709DC: hue angle of 257.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4709DC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 9 | 220 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.14 |
| HSL | 257.63º | 0.92% | 0.45% | - |
| HSV(B) | 257.63º | 0.96% | 0.86% | - |
| XYZ | 15.61 | 6.7 | 68.18 | - |
| YUV | 51.59 | 223.04 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 220 | 0.68 | 0.96 | 0 | 0.14 | 257.63 | 0.92 | 0.45 |
| Hex | 47 | 9 | DC | 44 | 60 | 0 | E | 102 | 5C | 2D |
| Octal | 107 | 11 | 334 | 104 | 140 | 0 | 16 | 402 | 134 | 55 |
| Binary | 1000111 | 1001 | 11011100 | 1000100 | 1100000 | 0 | 1110 | 100000010 | 1011100 | 101101 |
Color Harmonies of #4709DC
Complementary color
Monochromatic Colors of #4709DC
Black with #4709DC
Text Example
Text Example
White with #4709DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4709DC; }
p { color: rgb(71,9,220); }
H1.HeaderClassName
{
color: #4709DC;
}
.AnyTagClassName
{
color: #4709DC;
}
</style>
background-color css
<style>
a { background-color: #4709DC; }
a { background-color: rgb(71,9,220); }
div.DivClassName
{
background-color: #4709DC;
}
.BgClassName
{
background-color: #4709DC;
}
</style>
border-color css
<style>
span { border-color: #4709DC; }
span { border-color: rgb(71,9,220); }
td.TdClassName
{
border-color: #4709DC;
}
.TagClassName
{
border-color: #4709DC;
}
</style>