Shades of Han Purple #4210FF
Tints of Han Purple #4210FF
RGB
CMYK
RGB Variations
Color information
#4210FF (or 0x4210FF) is known color: Han Purple. HEX triplet: 42, 10 and FF. RGB value is (66,16,255). Sum of RGB (Red+Green+Blue) = 66+16+255=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #4210FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210FF is #BDEF00. Grayscale: #393939. Windows color (decimal): -12447489 or 16715842. OLE color: 16715842.
HSL color Cylindrical-coordinate representation of color #4210FF: hue angle of 252.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4210FF is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 16 | 255 | - |
| CMYK | 0.74 | 0.94 | 0 | 0 |
| HSL | 252.55º | 1% | 0.53% | - |
| HSV(B) | 252.55º | 0.94% | 1% | - |
| XYZ | 20.48 | 8.75 | 95.22 | - |
| YUV | 58.2 | 239.07 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 255 | 0.74 | 0.94 | 0 | 0 | 252.55 | 1 | 0.53 |
| Hex | 42 | 10 | FF | 4A | 5E | 0 | 0 | FD | 64 | 35 |
| Octal | 102 | 20 | 377 | 112 | 136 | 0 | 0 | 375 | 144 | 65 |
| Binary | 1000010 | 10000 | 11111111 | 1001010 | 1011110 | 0 | 0 | 11111101 | 1100100 | 110101 |
Color Harmonies of #4210FF
Complementary color
Monochromatic Colors of #4210FF
Black with #4210FF
Text Example
Text Example
White with #4210FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210FF; }
p { color: rgb(66,16,255); }
H1.HeaderClassName
{
color: #4210FF;
}
.AnyTagClassName
{
color: #4210FF;
}
</style>
background-color css
<style>
a { background-color: #4210FF; }
a { background-color: rgb(66,16,255); }
div.DivClassName
{
background-color: #4210FF;
}
.BgClassName
{
background-color: #4210FF;
}
</style>
border-color css
<style>
span { border-color: #4210FF; }
span { border-color: rgb(66,16,255); }
td.TdClassName
{
border-color: #4210FF;
}
.TagClassName
{
border-color: #4210FF;
}
</style>