Shades of Han Purple #4210F2
Tints of Han Purple #4210F2
RGB
CMYK
RGB Variations
Color information
#4210F2 (or 0x4210F2) is known color: Han Purple. HEX triplet: 42, 10 and F2. RGB value is (66,16,242). Sum of RGB (Red+Green+Blue) = 66+16+242=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 242 (94.92% from 255 or 74.69% from 324); Max value from RGB is 242 - color contains mainly: blue. Hex color #4210F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210F2 is #BDEF0D. Grayscale: #373737. Windows color (decimal): -12447502 or 15863874. OLE color: 15863874.
HSL color Cylindrical-coordinate representation of color #4210F2: hue angle of 253.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4210F2 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 16 | 242 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.05 |
| HSL | 253.27º | 0.9% | 0.51% | - |
| HSV(B) | 253.27º | 0.93% | 0.95% | - |
| XYZ | 18.46 | 7.94 | 84.56 | - |
| YUV | 56.71 | 232.57 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 242 | 0.73 | 0.93 | 0 | 0.05 | 253.27 | 0.9 | 0.51 |
| Hex | 42 | 10 | F2 | 49 | 5D | 0 | 5 | FD | 5A | 33 |
| Octal | 102 | 20 | 362 | 111 | 135 | 0 | 5 | 375 | 132 | 63 |
| Binary | 1000010 | 10000 | 11110010 | 1001001 | 1011101 | 0 | 101 | 11111101 | 1011010 | 110011 |
Color Harmonies of #4210F2
Complementary color
Monochromatic Colors of #4210F2
Black with #4210F2
Text Example
Text Example
White with #4210F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210F2; }
p { color: rgb(66,16,242); }
H1.HeaderClassName
{
color: #4210F2;
}
.AnyTagClassName
{
color: #4210F2;
}
</style>
background-color css
<style>
a { background-color: #4210F2; }
a { background-color: rgb(66,16,242); }
div.DivClassName
{
background-color: #4210F2;
}
.BgClassName
{
background-color: #4210F2;
}
</style>
border-color css
<style>
span { border-color: #4210F2; }
span { border-color: rgb(66,16,242); }
td.TdClassName
{
border-color: #4210F2;
}
.TagClassName
{
border-color: #4210F2;
}
</style>