Shades of Han Purple #4210ED
Tints of Han Purple #4210ED
RGB
CMYK
RGB Variations
Color information
#4210ED (or 0x4210ED) is known color: Han Purple. HEX triplet: 42, 10 and ED. RGB value is (66,16,237). Sum of RGB (Red+Green+Blue) = 66+16+237=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #4210ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210ED is #BDEF12. Grayscale: #373737. Windows color (decimal): -12447507 or 15536194. OLE color: 15536194.
HSL color Cylindrical-coordinate representation of color #4210ED: hue angle of 253.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4210ED is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 16 | 237 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.07 |
| HSL | 253.57º | 0.87% | 0.5% | - |
| HSV(B) | 253.57º | 0.93% | 0.93% | - |
| XYZ | 17.72 | 7.64 | 80.66 | - |
| YUV | 56.14 | 230.07 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 237 | 0.72 | 0.93 | 0 | 0.07 | 253.57 | 0.87 | 0.5 |
| Hex | 42 | 10 | ED | 48 | 5D | 0 | 7 | FE | 57 | 32 |
| Octal | 102 | 20 | 355 | 110 | 135 | 0 | 7 | 376 | 127 | 62 |
| Binary | 1000010 | 10000 | 11101101 | 1001000 | 1011101 | 0 | 111 | 11111110 | 1010111 | 110010 |
Color Harmonies of #4210ED
Complementary color
Monochromatic Colors of #4210ED
Black with #4210ED
Text Example
Text Example
White with #4210ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210ED; }
p { color: rgb(66,16,237); }
H1.HeaderClassName
{
color: #4210ED;
}
.AnyTagClassName
{
color: #4210ED;
}
</style>
background-color css
<style>
a { background-color: #4210ED; }
a { background-color: rgb(66,16,237); }
div.DivClassName
{
background-color: #4210ED;
}
.BgClassName
{
background-color: #4210ED;
}
</style>
border-color css
<style>
span { border-color: #4210ED; }
span { border-color: rgb(66,16,237); }
td.TdClassName
{
border-color: #4210ED;
}
.TagClassName
{
border-color: #4210ED;
}
</style>