Shades of Han Purple #420CFD
Tints of Han Purple #420CFD
RGB
CMYK
RGB Variations
Color information
#420CFD (or 0x420CFD) is known color: Han Purple. HEX triplet: 42, 0C and FD. RGB value is (66,12,253). Sum of RGB (Red+Green+Blue) = 66+12+253=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #420CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420CFD is #BDF302. Grayscale: #363636. Windows color (decimal): -12448515 or 16583746. OLE color: 16583746.
HSL color Cylindrical-coordinate representation of color #420CFD: hue angle of 253.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420CFD is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 12 | 253 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.01 |
| HSL | 253.44º | 0.98% | 0.52% | - |
| HSV(B) | 253.44º | 0.95% | 0.99% | - |
| XYZ | 20.11 | 8.51 | 93.51 | - |
| YUV | 55.62 | 239.39 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 253 | 0.74 | 0.95 | 0 | 0.01 | 253.44 | 0.98 | 0.52 |
| Hex | 42 | C | FD | 4A | 5F | 0 | 1 | FD | 62 | 34 |
| Octal | 102 | 14 | 375 | 112 | 137 | 0 | 1 | 375 | 142 | 64 |
| Binary | 1000010 | 1100 | 11111101 | 1001010 | 1011111 | 0 | 1 | 11111101 | 1100010 | 110100 |
Color Harmonies of #420CFD
Complementary color
Monochromatic Colors of #420CFD
Black with #420CFD
Text Example
Text Example
White with #420CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420CFD; }
p { color: rgb(66,12,253); }
H1.HeaderClassName
{
color: #420CFD;
}
.AnyTagClassName
{
color: #420CFD;
}
</style>
background-color css
<style>
a { background-color: #420CFD; }
a { background-color: rgb(66,12,253); }
div.DivClassName
{
background-color: #420CFD;
}
.BgClassName
{
background-color: #420CFD;
}
</style>
border-color css
<style>
span { border-color: #420CFD; }
span { border-color: rgb(66,12,253); }
td.TdClassName
{
border-color: #420CFD;
}
.TagClassName
{
border-color: #420CFD;
}
</style>