Shades of Han Purple #4210FD
Tints of Han Purple #4210FD
RGB
CMYK
RGB Variations
Color information
#4210FD (or 0x4210FD) is known color: Han Purple. HEX triplet: 42, 10 and FD. RGB value is (66,16,253). Sum of RGB (Red+Green+Blue) = 66+16+253=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #4210FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210FD is #BDEF02. Grayscale: #393939. Windows color (decimal): -12447491 or 16584770. OLE color: 16584770.
HSL color Cylindrical-coordinate representation of color #4210FD: hue angle of 252.66º 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 #4210FD is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 16 | 253 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.01 |
| HSL | 252.66º | 0.98% | 0.53% | - |
| HSV(B) | 252.66º | 0.94% | 0.99% | - |
| XYZ | 20.16 | 8.62 | 93.53 | - |
| YUV | 57.97 | 238.07 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 253 | 0.74 | 0.94 | 0 | 0.01 | 252.66 | 0.98 | 0.53 |
| Hex | 42 | 10 | FD | 4A | 5E | 0 | 1 | FD | 62 | 35 |
| Octal | 102 | 20 | 375 | 112 | 136 | 0 | 1 | 375 | 142 | 65 |
| Binary | 1000010 | 10000 | 11111101 | 1001010 | 1011110 | 0 | 1 | 11111101 | 1100010 | 110101 |
Color Harmonies of #4210FD
Complementary color
Monochromatic Colors of #4210FD
Black with #4210FD
Text Example
Text Example
White with #4210FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210FD; }
p { color: rgb(66,16,253); }
H1.HeaderClassName
{
color: #4210FD;
}
.AnyTagClassName
{
color: #4210FD;
}
</style>
background-color css
<style>
a { background-color: #4210FD; }
a { background-color: rgb(66,16,253); }
div.DivClassName
{
background-color: #4210FD;
}
.BgClassName
{
background-color: #4210FD;
}
</style>
border-color css
<style>
span { border-color: #4210FD; }
span { border-color: rgb(66,16,253); }
td.TdClassName
{
border-color: #4210FD;
}
.TagClassName
{
border-color: #4210FD;
}
</style>