Shades of Han Purple #4321EB
Tints of Han Purple #4321EB
RGB
CMYK
RGB Variations
Color information
#4321EB (or 0x4321EB) is known color: Han Purple. HEX triplet: 43, 21 and EB. RGB value is (67,33,235). Sum of RGB (Red+Green+Blue) = 67+33+235=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #4321EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4321EB is #BCDE14. Grayscale: #414141. Windows color (decimal): -12377621 or 15409475. OLE color: 15409475.
HSL color Cylindrical-coordinate representation of color #4321EB: hue angle of 250.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4321EB is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 33 | 235 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.08 |
| HSL | 250.1º | 0.83% | 0.53% | - |
| HSV(B) | 250.1º | 0.86% | 0.92% | - |
| XYZ | 17.85 | 8.28 | 79.25 | - |
| YUV | 66.19 | 223.26 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 235 | 0.71 | 0.86 | 0 | 0.08 | 250.1 | 0.83 | 0.53 |
| Hex | 43 | 21 | EB | 47 | 56 | 0 | 8 | FA | 53 | 35 |
| Octal | 103 | 41 | 353 | 107 | 126 | 0 | 10 | 372 | 123 | 65 |
| Binary | 1000011 | 100001 | 11101011 | 1000111 | 1010110 | 0 | 1000 | 11111010 | 1010011 | 110101 |
Color Harmonies of #4321EB
Complementary color
Monochromatic Colors of #4321EB
Black with #4321EB
Text Example
Text Example
White with #4321EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321EB; }
p { color: rgb(67,33,235); }
H1.HeaderClassName
{
color: #4321EB;
}
.AnyTagClassName
{
color: #4321EB;
}
</style>
background-color css
<style>
a { background-color: #4321EB; }
a { background-color: rgb(67,33,235); }
div.DivClassName
{
background-color: #4321EB;
}
.BgClassName
{
background-color: #4321EB;
}
</style>
border-color css
<style>
span { border-color: #4321EB; }
span { border-color: rgb(67,33,235); }
td.TdClassName
{
border-color: #4321EB;
}
.TagClassName
{
border-color: #4321EB;
}
</style>