Shades of Han Purple #4609CF
Tints of Han Purple #4609CF
RGB
CMYK
RGB Variations
Color information
#4609CF (or 0x4609CF) is known color: Han Purple. HEX triplet: 46, 09 and CF. RGB value is (70,9,207). Sum of RGB (Red+Green+Blue) = 70+9+207=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #4609CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4609CF is #B9F630. Grayscale: #313131. Windows color (decimal): -12187185 or 13568326. OLE color: 13568326.
HSL color Cylindrical-coordinate representation of color #4609CF: hue angle of 258.48º 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 #4609CF is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 9 | 207 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.19 |
| HSL | 258.48º | 0.92% | 0.42% | - |
| HSV(B) | 258.48º | 0.96% | 0.81% | - |
| XYZ | 13.89 | 6 | 59.46 | - |
| YUV | 49.81 | 216.71 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 207 | 0.66 | 0.96 | 0 | 0.19 | 258.48 | 0.92 | 0.42 |
| Hex | 46 | 9 | CF | 42 | 60 | 0 | 13 | 102 | 5C | 2A |
| Octal | 106 | 11 | 317 | 102 | 140 | 0 | 23 | 402 | 134 | 52 |
| Binary | 1000110 | 1001 | 11001111 | 1000010 | 1100000 | 0 | 10011 | 100000010 | 1011100 | 101010 |
Color Harmonies of #4609CF
Complementary color
Monochromatic Colors of #4609CF
Black with #4609CF
Text Example
Text Example
White with #4609CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4609CF; }
p { color: rgb(70,9,207); }
H1.HeaderClassName
{
color: #4609CF;
}
.AnyTagClassName
{
color: #4609CF;
}
</style>
background-color css
<style>
a { background-color: #4609CF; }
a { background-color: rgb(70,9,207); }
div.DivClassName
{
background-color: #4609CF;
}
.BgClassName
{
background-color: #4609CF;
}
</style>
border-color css
<style>
span { border-color: #4609CF; }
span { border-color: rgb(70,9,207); }
td.TdClassName
{
border-color: #4609CF;
}
.TagClassName
{
border-color: #4609CF;
}
</style>