Shades of Han Purple #4320EB
Tints of Han Purple #4320EB
RGB
CMYK
RGB Variations
Color information
#4320EB (or 0x4320EB) is known color: Han Purple. HEX triplet: 43, 20 and EB. RGB value is (67,32,235). Sum of RGB (Red+Green+Blue) = 67+32+235=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #4320EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4320EB is #BCDF14. Grayscale: #404040. Windows color (decimal): -12377877 or 15409219. OLE color: 15409219.
HSL color Cylindrical-coordinate representation of color #4320EB: hue angle of 250.34º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4320EB is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 32 | 235 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.08 |
| HSL | 250.34º | 0.84% | 0.52% | - |
| HSV(B) | 250.34º | 0.86% | 0.92% | - |
| XYZ | 17.83 | 8.22 | 79.25 | - |
| YUV | 65.61 | 223.6 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 235 | 0.71 | 0.86 | 0 | 0.08 | 250.34 | 0.84 | 0.52 |
| Hex | 43 | 20 | EB | 47 | 56 | 0 | 8 | FA | 54 | 34 |
| Octal | 103 | 40 | 353 | 107 | 126 | 0 | 10 | 372 | 124 | 64 |
| Binary | 1000011 | 100000 | 11101011 | 1000111 | 1010110 | 0 | 1000 | 11111010 | 1010100 | 110100 |
Color Harmonies of #4320EB
Complementary color
Monochromatic Colors of #4320EB
Black with #4320EB
Text Example
Text Example
White with #4320EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4320EB; }
p { color: rgb(67,32,235); }
H1.HeaderClassName
{
color: #4320EB;
}
.AnyTagClassName
{
color: #4320EB;
}
</style>
background-color css
<style>
a { background-color: #4320EB; }
a { background-color: rgb(67,32,235); }
div.DivClassName
{
background-color: #4320EB;
}
.BgClassName
{
background-color: #4320EB;
}
</style>
border-color css
<style>
span { border-color: #4320EB; }
span { border-color: rgb(67,32,235); }
td.TdClassName
{
border-color: #4320EB;
}
.TagClassName
{
border-color: #4320EB;
}
</style>