Shades of Han Purple #6421EA
Tints of Han Purple #6421EA
RGB
CMYK
RGB Variations
Color information
#6421EA (or 0x6421EA) is known color: Han Purple. HEX triplet: 64, 21 and EA. RGB value is (100,33,234). Sum of RGB (Red+Green+Blue) = 100+33+234=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #6421EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6421EA is #9BDE15. Grayscale: #4B4B4B. Windows color (decimal): -10214934 or 15343972. OLE color: 15343972.
HSL color Cylindrical-coordinate representation of color #6421EA: hue angle of 260º 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 #6421EA is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 33 | 234 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.08 |
| HSL | 260º | 0.83% | 0.52% | - |
| HSV(B) | 260º | 0.86% | 0.92% | - |
| XYZ | 20.65 | 9.74 | 78.63 | - |
| YUV | 75.95 | 217.2 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 234 | 0.57 | 0.86 | 0 | 0.08 | 260 | 0.83 | 0.52 |
| Hex | 64 | 21 | EA | 39 | 56 | 0 | 8 | 104 | 53 | 34 |
| Octal | 144 | 41 | 352 | 71 | 126 | 0 | 10 | 404 | 123 | 64 |
| Binary | 1100100 | 100001 | 11101010 | 111001 | 1010110 | 0 | 1000 | 100000100 | 1010011 | 110100 |
Color Harmonies of #6421EA
Complementary color
Monochromatic Colors of #6421EA
Black with #6421EA
Text Example
Text Example
White with #6421EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6421EA; }
p { color: rgb(100,33,234); }
H1.HeaderClassName
{
color: #6421EA;
}
.AnyTagClassName
{
color: #6421EA;
}
</style>
background-color css
<style>
a { background-color: #6421EA; }
a { background-color: rgb(100,33,234); }
div.DivClassName
{
background-color: #6421EA;
}
.BgClassName
{
background-color: #6421EA;
}
</style>
border-color css
<style>
span { border-color: #6421EA; }
span { border-color: rgb(100,33,234); }
td.TdClassName
{
border-color: #6421EA;
}
.TagClassName
{
border-color: #6421EA;
}
</style>