Shades of Han Purple #4205FE
Tints of Han Purple #4205FE
RGB
CMYK
RGB Variations
Color information
#4205FE (or 0x4205FE) is known color: Han Purple. HEX triplet: 42, 05 and FE. RGB value is (66,5,254). Sum of RGB (Red+Green+Blue) = 66+5+254=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #4205FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4205FE is #BDFA01. Grayscale: #323232. Windows color (decimal): -12450306 or 16647490. OLE color: 16647490.
HSL color Cylindrical-coordinate representation of color #4205FE: hue angle of 254.7º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4205FE is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 5 | 254 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.00 |
| HSL | 254.7º | 0.99% | 0.51% | - |
| HSV(B) | 254.7º | 0.98% | 1% | - |
| XYZ | 20.19 | 8.42 | 94.33 | - |
| YUV | 51.63 | 242.21 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 254 | 0.74 | 0.98 | 0 | 0.00 | 254.7 | 0.99 | 0.51 |
| Hex | 42 | 5 | FE | 4A | 62 | 0 | 0 | FF | 63 | 33 |
| Octal | 102 | 5 | 376 | 112 | 142 | 0 | 0 | 377 | 143 | 63 |
| Binary | 1000010 | 101 | 11111110 | 1001010 | 1100010 | 0 | 0 | 11111111 | 1100011 | 110011 |
Color Harmonies of #4205FE
Complementary color
Monochromatic Colors of #4205FE
Black with #4205FE
Text Example
Text Example
White with #4205FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4205FE; }
p { color: rgb(66,5,254); }
H1.HeaderClassName
{
color: #4205FE;
}
.AnyTagClassName
{
color: #4205FE;
}
</style>
background-color css
<style>
a { background-color: #4205FE; }
a { background-color: rgb(66,5,254); }
div.DivClassName
{
background-color: #4205FE;
}
.BgClassName
{
background-color: #4205FE;
}
</style>
border-color css
<style>
span { border-color: #4205FE; }
span { border-color: rgb(66,5,254); }
td.TdClassName
{
border-color: #4205FE;
}
.TagClassName
{
border-color: #4205FE;
}
</style>