Shades of Han Purple #4321EA
Tints of Han Purple #4321EA
RGB
CMYK
RGB Variations
Color information
#4321EA (or 0x4321EA) is known color: Han Purple. HEX triplet: 43, 21 and EA. RGB value is (67,33,234). Sum of RGB (Red+Green+Blue) = 67+33+234=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #4321EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4321EA is #BCDE15. Grayscale: #414141. Windows color (decimal): -12377622 or 15343939. OLE color: 15343939.
HSL color Cylindrical-coordinate representation of color #4321EA: hue angle of 250.15º degrees, saturation: 0.83, 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 #4321EA is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 33 | 234 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.08 |
| HSL | 250.15º | 0.83% | 0.52% | - |
| HSV(B) | 250.15º | 0.86% | 0.92% | - |
| XYZ | 17.71 | 8.22 | 78.5 | - |
| YUV | 66.08 | 222.76 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 234 | 0.71 | 0.86 | 0 | 0.08 | 250.15 | 0.83 | 0.52 |
| Hex | 43 | 21 | EA | 47 | 56 | 0 | 8 | FA | 53 | 34 |
| Octal | 103 | 41 | 352 | 107 | 126 | 0 | 10 | 372 | 123 | 64 |
| Binary | 1000011 | 100001 | 11101010 | 1000111 | 1010110 | 0 | 1000 | 11111010 | 1010011 | 110100 |
Color Harmonies of #4321EA
Complementary color
Monochromatic Colors of #4321EA
Black with #4321EA
Text Example
Text Example
White with #4321EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321EA; }
p { color: rgb(67,33,234); }
H1.HeaderClassName
{
color: #4321EA;
}
.AnyTagClassName
{
color: #4321EA;
}
</style>
background-color css
<style>
a { background-color: #4321EA; }
a { background-color: rgb(67,33,234); }
div.DivClassName
{
background-color: #4321EA;
}
.BgClassName
{
background-color: #4321EA;
}
</style>
border-color css
<style>
span { border-color: #4321EA; }
span { border-color: rgb(67,33,234); }
td.TdClassName
{
border-color: #4321EA;
}
.TagClassName
{
border-color: #4321EA;
}
</style>