Shades of Han Purple #4205E5
Tints of Han Purple #4205E5
RGB
CMYK
RGB Variations
Color information
#4205E5 (or 0x4205E5) is known color: Han Purple. HEX triplet: 42, 05 and E5. RGB value is (66,5,229). Sum of RGB (Red+Green+Blue) = 66+5+229=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 229 (89.84% from 255 or 76.33% from 300); Max value from RGB is 229 - color contains mainly: blue. Hex color #4205E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4205E5 is #BDFA1A. Grayscale: #2F2F2F. Windows color (decimal): -12450331 or 15009090. OLE color: 15009090.
HSL color Cylindrical-coordinate representation of color #4205E5: hue angle of 256.34º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4205E5 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 5 | 229 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.10 |
| HSL | 256.34º | 0.96% | 0.46% | - |
| HSV(B) | 256.34º | 0.98% | 0.9% | - |
| XYZ | 16.44 | 6.92 | 74.6 | - |
| YUV | 48.78 | 229.71 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 229 | 0.71 | 0.98 | 0 | 0.10 | 256.34 | 0.96 | 0.46 |
| Hex | 42 | 5 | E5 | 47 | 62 | 0 | A | 100 | 60 | 2E |
| Octal | 102 | 5 | 345 | 107 | 142 | 0 | 12 | 400 | 140 | 56 |
| Binary | 1000010 | 101 | 11100101 | 1000111 | 1100010 | 0 | 1010 | 100000000 | 1100000 | 101110 |
Color Harmonies of #4205E5
Complementary color
Monochromatic Colors of #4205E5
Black with #4205E5
Text Example
Text Example
White with #4205E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4205E5; }
p { color: rgb(66,5,229); }
H1.HeaderClassName
{
color: #4205E5;
}
.AnyTagClassName
{
color: #4205E5;
}
</style>
background-color css
<style>
a { background-color: #4205E5; }
a { background-color: rgb(66,5,229); }
div.DivClassName
{
background-color: #4205E5;
}
.BgClassName
{
background-color: #4205E5;
}
</style>
border-color css
<style>
span { border-color: #4205E5; }
span { border-color: rgb(66,5,229); }
td.TdClassName
{
border-color: #4205E5;
}
.TagClassName
{
border-color: #4205E5;
}
</style>