Shades of Han Purple #4206E8
Tints of Han Purple #4206E8
RGB
CMYK
RGB Variations
Color information
#4206E8 (or 0x4206E8) is known color: Han Purple. HEX triplet: 42, 06 and E8. RGB value is (66,6,232). Sum of RGB (Red+Green+Blue) = 66+6+232=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 232 (91.02% from 255 or 76.32% from 304); Max value from RGB is 232 - color contains mainly: blue. Hex color #4206E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4206E8 is #BDF917. Grayscale: #303030. Windows color (decimal): -12450072 or 15205954. OLE color: 15205954.
HSL color Cylindrical-coordinate representation of color #4206E8: hue angle of 255.93º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4206E8 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 6 | 232 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.09 |
| HSL | 255.93º | 0.95% | 0.47% | - |
| HSV(B) | 255.93º | 0.97% | 0.91% | - |
| XYZ | 16.88 | 7.11 | 76.83 | - |
| YUV | 49.7 | 230.88 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 232 | 0.72 | 0.97 | 0 | 0.09 | 255.93 | 0.95 | 0.47 |
| Hex | 42 | 6 | E8 | 48 | 61 | 0 | 9 | 100 | 5F | 2F |
| Octal | 102 | 6 | 350 | 110 | 141 | 0 | 11 | 400 | 137 | 57 |
| Binary | 1000010 | 110 | 11101000 | 1001000 | 1100001 | 0 | 1001 | 100000000 | 1011111 | 101111 |
Color Harmonies of #4206E8
Complementary color
Monochromatic Colors of #4206E8
Black with #4206E8
Text Example
Text Example
White with #4206E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4206E8; }
p { color: rgb(66,6,232); }
H1.HeaderClassName
{
color: #4206E8;
}
.AnyTagClassName
{
color: #4206E8;
}
</style>
background-color css
<style>
a { background-color: #4206E8; }
a { background-color: rgb(66,6,232); }
div.DivClassName
{
background-color: #4206E8;
}
.BgClassName
{
background-color: #4206E8;
}
</style>
border-color css
<style>
span { border-color: #4206E8; }
span { border-color: rgb(66,6,232); }
td.TdClassName
{
border-color: #4206E8;
}
.TagClassName
{
border-color: #4206E8;
}
</style>