Shades of Han Purple #4200EC
Tints of Han Purple #4200EC
RGB
CMYK
RGB Variations
Color information
#4200EC (or 0x4200EC) is known color: Han Purple. HEX triplet: 42, 00 and EC. RGB value is (66,0,236). Sum of RGB (Red+Green+Blue) = 66+0+236=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #4200EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4200EC is #BDFF13. Grayscale: #2D2D2D. Windows color (decimal): -12451604 or 15466562. OLE color: 15466562.
HSL color Cylindrical-coordinate representation of color #4200EC: hue angle of 256.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200EC is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 0 | 236 | - |
| CMYK | 0.72 | 1 | 0 | 0.07 |
| HSL | 256.78º | 1% | 0.46% | - |
| HSV(B) | 256.78º | 1% | 0.93% | - |
| XYZ | 17.39 | 7.21 | 79.83 | - |
| YUV | 46.64 | 234.87 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 236 | 0.72 | 1 | 0 | 0.07 | 256.78 | 1 | 0.46 |
| Hex | 42 | 0 | EC | 48 | 64 | 0 | 7 | 101 | 64 | 2E |
| Octal | 102 | 0 | 354 | 110 | 144 | 0 | 7 | 401 | 144 | 56 |
| Binary | 1000010 | 0 | 11101100 | 1001000 | 1100100 | 0 | 111 | 100000001 | 1100100 | 101110 |
Color Harmonies of #4200EC
Complementary color
Monochromatic Colors of #4200EC
Black with #4200EC
Text Example
Text Example
White with #4200EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4200EC; }
p { color: rgb(66,0,236); }
H1.HeaderClassName
{
color: #4200EC;
}
.AnyTagClassName
{
color: #4200EC;
}
</style>
background-color css
<style>
a { background-color: #4200EC; }
a { background-color: rgb(66,0,236); }
div.DivClassName
{
background-color: #4200EC;
}
.BgClassName
{
background-color: #4200EC;
}
</style>
border-color css
<style>
span { border-color: #4200EC; }
span { border-color: rgb(66,0,236); }
td.TdClassName
{
border-color: #4200EC;
}
.TagClassName
{
border-color: #4200EC;
}
</style>