Shades of Han Purple #4215FE
Tints of Han Purple #4215FE
RGB
CMYK
RGB Variations
Color information
#4215FE (or 0x4215FE) is known color: Han Purple. HEX triplet: 42, 15 and FE. RGB value is (66,21,254). Sum of RGB (Red+Green+Blue) = 66+21+254=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #4215FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4215FE is #BDEA01. Grayscale: #3C3C3C. Windows color (decimal): -12446210 or 16651586. OLE color: 16651586.
HSL color Cylindrical-coordinate representation of color #4215FE: hue angle of 251.59º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4215FE is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 21 | 254 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.00 |
| HSL | 251.59º | 0.99% | 0.54% | - |
| HSV(B) | 251.59º | 0.92% | 1% | - |
| XYZ | 20.4 | 8.85 | 94.4 | - |
| YUV | 61.02 | 236.91 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 254 | 0.74 | 0.92 | 0 | 0.00 | 251.59 | 0.99 | 0.54 |
| Hex | 42 | 15 | FE | 4A | 5C | 0 | 0 | FC | 63 | 36 |
| Octal | 102 | 25 | 376 | 112 | 134 | 0 | 0 | 374 | 143 | 66 |
| Binary | 1000010 | 10101 | 11111110 | 1001010 | 1011100 | 0 | 0 | 11111100 | 1100011 | 110110 |
Color Harmonies of #4215FE
Complementary color
Monochromatic Colors of #4215FE
Black with #4215FE
Text Example
Text Example
White with #4215FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4215FE; }
p { color: rgb(66,21,254); }
H1.HeaderClassName
{
color: #4215FE;
}
.AnyTagClassName
{
color: #4215FE;
}
</style>
background-color css
<style>
a { background-color: #4215FE; }
a { background-color: rgb(66,21,254); }
div.DivClassName
{
background-color: #4215FE;
}
.BgClassName
{
background-color: #4215FE;
}
</style>
border-color css
<style>
span { border-color: #4215FE; }
span { border-color: rgb(66,21,254); }
td.TdClassName
{
border-color: #4215FE;
}
.TagClassName
{
border-color: #4215FE;
}
</style>