Shades of Han Purple #4320EE
Tints of Han Purple #4320EE
RGB
CMYK
RGB Variations
Color information
#4320EE (or 0x4320EE) is known color: Han Purple. HEX triplet: 43, 20 and EE. RGB value is (67,32,238). Sum of RGB (Red+Green+Blue) = 67+32+238=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #4320EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4320EE is #BCDF11. Grayscale: #414141. Windows color (decimal): -12377874 or 15605827. OLE color: 15605827.
HSL color Cylindrical-coordinate representation of color #4320EE: hue angle of 250.19º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4320EE is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 32 | 238 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.07 |
| HSL | 250.19º | 0.86% | 0.53% | - |
| HSV(B) | 250.19º | 0.87% | 0.93% | - |
| XYZ | 18.26 | 8.4 | 81.55 | - |
| YUV | 65.95 | 225.1 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 238 | 0.72 | 0.87 | 0 | 0.07 | 250.19 | 0.86 | 0.53 |
| Hex | 43 | 20 | EE | 48 | 57 | 0 | 7 | FA | 56 | 35 |
| Octal | 103 | 40 | 356 | 110 | 127 | 0 | 7 | 372 | 126 | 65 |
| Binary | 1000011 | 100000 | 11101110 | 1001000 | 1010111 | 0 | 111 | 11111010 | 1010110 | 110101 |
Color Harmonies of #4320EE
Complementary color
Monochromatic Colors of #4320EE
Black with #4320EE
Text Example
Text Example
White with #4320EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4320EE; }
p { color: rgb(67,32,238); }
H1.HeaderClassName
{
color: #4320EE;
}
.AnyTagClassName
{
color: #4320EE;
}
</style>
background-color css
<style>
a { background-color: #4320EE; }
a { background-color: rgb(67,32,238); }
div.DivClassName
{
background-color: #4320EE;
}
.BgClassName
{
background-color: #4320EE;
}
</style>
border-color css
<style>
span { border-color: #4320EE; }
span { border-color: rgb(67,32,238); }
td.TdClassName
{
border-color: #4320EE;
}
.TagClassName
{
border-color: #4320EE;
}
</style>