Shades of Han Purple #4207ED
Tints of Han Purple #4207ED
RGB
CMYK
RGB Variations
Color information
#4207ED (or 0x4207ED) is known color: Han Purple. HEX triplet: 42, 07 and ED. RGB value is (66,7,237). Sum of RGB (Red+Green+Blue) = 66+7+237=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 237 (92.97% from 255 or 76.45% from 310); Max value from RGB is 237 - color contains mainly: blue. Hex color #4207ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4207ED is #BDF812. Grayscale: #323232. Windows color (decimal): -12449811 or 15533890. OLE color: 15533890.
HSL color Cylindrical-coordinate representation of color #4207ED: hue angle of 255.39º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4207ED is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 7 | 237 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.07 |
| HSL | 255.39º | 0.94% | 0.48% | - |
| HSV(B) | 255.39º | 0.97% | 0.93% | - |
| XYZ | 17.61 | 7.42 | 80.63 | - |
| YUV | 50.86 | 233.05 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 237 | 0.72 | 0.97 | 0 | 0.07 | 255.39 | 0.94 | 0.48 |
| Hex | 42 | 7 | ED | 48 | 61 | 0 | 7 | FF | 5E | 30 |
| Octal | 102 | 7 | 355 | 110 | 141 | 0 | 7 | 377 | 136 | 60 |
| Binary | 1000010 | 111 | 11101101 | 1001000 | 1100001 | 0 | 111 | 11111111 | 1011110 | 110000 |
Color Harmonies of #4207ED
Complementary color
Monochromatic Colors of #4207ED
Black with #4207ED
Text Example
Text Example
White with #4207ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4207ED; }
p { color: rgb(66,7,237); }
H1.HeaderClassName
{
color: #4207ED;
}
.AnyTagClassName
{
color: #4207ED;
}
</style>
background-color css
<style>
a { background-color: #4207ED; }
a { background-color: rgb(66,7,237); }
div.DivClassName
{
background-color: #4207ED;
}
.BgClassName
{
background-color: #4207ED;
}
</style>
border-color css
<style>
span { border-color: #4207ED; }
span { border-color: rgb(66,7,237); }
td.TdClassName
{
border-color: #4207ED;
}
.TagClassName
{
border-color: #4207ED;
}
</style>