Shades of Han Purple #4206EC
Tints of Han Purple #4206EC
RGB
CMYK
RGB Variations
Color information
#4206EC (or 0x4206EC) is known color: Han Purple. HEX triplet: 42, 06 and EC. RGB value is (66,6,236). Sum of RGB (Red+Green+Blue) = 66+6+236=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #4206EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4206EC is #BDF913. Grayscale: #313131. Windows color (decimal): -12450068 or 15468098. OLE color: 15468098.
HSL color Cylindrical-coordinate representation of color #4206EC: hue angle of 255.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4206EC is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 6 | 236 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.07 |
| HSL | 255.65º | 0.95% | 0.47% | - |
| HSV(B) | 255.65º | 0.97% | 0.93% | - |
| XYZ | 17.45 | 7.34 | 79.85 | - |
| YUV | 50.16 | 232.88 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 236 | 0.72 | 0.97 | 0 | 0.07 | 255.65 | 0.95 | 0.47 |
| Hex | 42 | 6 | EC | 48 | 61 | 0 | 7 | 100 | 5F | 2F |
| Octal | 102 | 6 | 354 | 110 | 141 | 0 | 7 | 400 | 137 | 57 |
| Binary | 1000010 | 110 | 11101100 | 1001000 | 1100001 | 0 | 111 | 100000000 | 1011111 | 101111 |
Color Harmonies of #4206EC
Complementary color
Monochromatic Colors of #4206EC
Black with #4206EC
Text Example
Text Example
White with #4206EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4206EC; }
p { color: rgb(66,6,236); }
H1.HeaderClassName
{
color: #4206EC;
}
.AnyTagClassName
{
color: #4206EC;
}
</style>
background-color css
<style>
a { background-color: #4206EC; }
a { background-color: rgb(66,6,236); }
div.DivClassName
{
background-color: #4206EC;
}
.BgClassName
{
background-color: #4206EC;
}
</style>
border-color css
<style>
span { border-color: #4206EC; }
span { border-color: rgb(66,6,236); }
td.TdClassName
{
border-color: #4206EC;
}
.TagClassName
{
border-color: #4206EC;
}
</style>