Shades of Han Purple #4210FC
Tints of Han Purple #4210FC
RGB
CMYK
RGB Variations
Color information
#4210FC (or 0x4210FC) is known color: Han Purple. HEX triplet: 42, 10 and FC. RGB value is (66,16,252). Sum of RGB (Red+Green+Blue) = 66+16+252=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #4210FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210FC is #BDEF03. Grayscale: #383838. Windows color (decimal): -12447492 or 16519234. OLE color: 16519234.
HSL color Cylindrical-coordinate representation of color #4210FC: hue angle of 252.71º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4210FC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 16 | 252 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.01 |
| HSL | 252.71º | 0.98% | 0.53% | - |
| HSV(B) | 252.71º | 0.94% | 0.99% | - |
| XYZ | 20 | 8.56 | 92.69 | - |
| YUV | 57.85 | 237.57 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 252 | 0.74 | 0.94 | 0 | 0.01 | 252.71 | 0.98 | 0.53 |
| Hex | 42 | 10 | FC | 4A | 5E | 0 | 1 | FD | 62 | 35 |
| Octal | 102 | 20 | 374 | 112 | 136 | 0 | 1 | 375 | 142 | 65 |
| Binary | 1000010 | 10000 | 11111100 | 1001010 | 1011110 | 0 | 1 | 11111101 | 1100010 | 110101 |
Color Harmonies of #4210FC
Complementary color
Monochromatic Colors of #4210FC
Black with #4210FC
Text Example
Text Example
White with #4210FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210FC; }
p { color: rgb(66,16,252); }
H1.HeaderClassName
{
color: #4210FC;
}
.AnyTagClassName
{
color: #4210FC;
}
</style>
background-color css
<style>
a { background-color: #4210FC; }
a { background-color: rgb(66,16,252); }
div.DivClassName
{
background-color: #4210FC;
}
.BgClassName
{
background-color: #4210FC;
}
</style>
border-color css
<style>
span { border-color: #4210FC; }
span { border-color: rgb(66,16,252); }
td.TdClassName
{
border-color: #4210FC;
}
.TagClassName
{
border-color: #4210FC;
}
</style>