Shades of Han Purple #4709CF
Tints of Han Purple #4709CF
RGB
CMYK
RGB Variations
Color information
#4709CF (or 0x4709CF) is known color: Han Purple. HEX triplet: 47, 09 and CF. RGB value is (71,9,207). Sum of RGB (Red+Green+Blue) = 71+9+207=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #4709CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4709CF is #B8F630. Grayscale: #313131. Windows color (decimal): -12121649 or 13568327. OLE color: 13568327.
HSL color Cylindrical-coordinate representation of color #4709CF: hue angle of 258.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4709CF is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 9 | 207 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.19 |
| HSL | 258.79º | 0.92% | 0.42% | - |
| HSV(B) | 258.79º | 0.96% | 0.81% | - |
| XYZ | 13.96 | 6.04 | 59.46 | - |
| YUV | 50.11 | 216.54 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 207 | 0.66 | 0.96 | 0 | 0.19 | 258.79 | 0.92 | 0.42 |
| Hex | 47 | 9 | CF | 42 | 60 | 0 | 13 | 103 | 5C | 2A |
| Octal | 107 | 11 | 317 | 102 | 140 | 0 | 23 | 403 | 134 | 52 |
| Binary | 1000111 | 1001 | 11001111 | 1000010 | 1100000 | 0 | 10011 | 100000011 | 1011100 | 101010 |
Color Harmonies of #4709CF
Complementary color
Monochromatic Colors of #4709CF
Black with #4709CF
Text Example
Text Example
White with #4709CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4709CF; }
p { color: rgb(71,9,207); }
H1.HeaderClassName
{
color: #4709CF;
}
.AnyTagClassName
{
color: #4709CF;
}
</style>
background-color css
<style>
a { background-color: #4709CF; }
a { background-color: rgb(71,9,207); }
div.DivClassName
{
background-color: #4709CF;
}
.BgClassName
{
background-color: #4709CF;
}
</style>
border-color css
<style>
span { border-color: #4709CF; }
span { border-color: rgb(71,9,207); }
td.TdClassName
{
border-color: #4709CF;
}
.TagClassName
{
border-color: #4709CF;
}
</style>