Shades of Han Purple #4606CE
Tints of Han Purple #4606CE
RGB
CMYK
RGB Variations
Color information
#4606CE (or 0x4606CE) is known color: Han Purple. HEX triplet: 46, 06 and CE. RGB value is (70,6,206). Sum of RGB (Red+Green+Blue) = 70+6+206=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #4606CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606CE is #B9F931. Grayscale: #2F2F2F. Windows color (decimal): -12187954 or 13502022. OLE color: 13502022.
HSL color Cylindrical-coordinate representation of color #4606CE: hue angle of 259.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606CE is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 6 | 206 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.19 |
| HSL | 259.2º | 0.94% | 0.42% | - |
| HSV(B) | 259.2º | 0.97% | 0.81% | - |
| XYZ | 13.73 | 5.89 | 58.81 | - |
| YUV | 47.94 | 217.2 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 206 | 0.66 | 0.97 | 0 | 0.19 | 259.2 | 0.94 | 0.42 |
| Hex | 46 | 6 | CE | 42 | 61 | 0 | 13 | 103 | 5E | 2A |
| Octal | 106 | 6 | 316 | 102 | 141 | 0 | 23 | 403 | 136 | 52 |
| Binary | 1000110 | 110 | 11001110 | 1000010 | 1100001 | 0 | 10011 | 100000011 | 1011110 | 101010 |
Color Harmonies of #4606CE
Complementary color
Monochromatic Colors of #4606CE
Black with #4606CE
Text Example
Text Example
White with #4606CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606CE; }
p { color: rgb(70,6,206); }
H1.HeaderClassName
{
color: #4606CE;
}
.AnyTagClassName
{
color: #4606CE;
}
</style>
background-color css
<style>
a { background-color: #4606CE; }
a { background-color: rgb(70,6,206); }
div.DivClassName
{
background-color: #4606CE;
}
.BgClassName
{
background-color: #4606CE;
}
</style>
border-color css
<style>
span { border-color: #4606CE; }
span { border-color: rgb(70,6,206); }
td.TdClassName
{
border-color: #4606CE;
}
.TagClassName
{
border-color: #4606CE;
}
</style>