Shades of Han Purple #4321E7
Tints of Han Purple #4321E7
RGB
CMYK
RGB Variations
Color information
#4321E7 (or 0x4321E7) is known color: Han Purple. HEX triplet: 43, 21 and E7. RGB value is (67,33,231). Sum of RGB (Red+Green+Blue) = 67+33+231=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 231 (90.62% from 255 or 69.79% from 331); Max value from RGB is 231 - color contains mainly: blue. Hex color #4321E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4321E7 is #BCDE18. Grayscale: #404040. Windows color (decimal): -12377625 or 15147331. OLE color: 15147331.
HSL color Cylindrical-coordinate representation of color #4321E7: hue angle of 250.3º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4321E7 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 33 | 231 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.09 |
| HSL | 250.3º | 0.8% | 0.52% | - |
| HSV(B) | 250.3º | 0.86% | 0.91% | - |
| XYZ | 17.28 | 8.05 | 76.24 | - |
| YUV | 65.74 | 221.26 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 231 | 0.71 | 0.86 | 0 | 0.09 | 250.3 | 0.8 | 0.52 |
| Hex | 43 | 21 | E7 | 47 | 56 | 0 | 9 | FA | 50 | 34 |
| Octal | 103 | 41 | 347 | 107 | 126 | 0 | 11 | 372 | 120 | 64 |
| Binary | 1000011 | 100001 | 11100111 | 1000111 | 1010110 | 0 | 1001 | 11111010 | 1010000 | 110100 |
Color Harmonies of #4321E7
Complementary color
Monochromatic Colors of #4321E7
Black with #4321E7
Text Example
Text Example
White with #4321E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321E7; }
p { color: rgb(67,33,231); }
H1.HeaderClassName
{
color: #4321E7;
}
.AnyTagClassName
{
color: #4321E7;
}
</style>
background-color css
<style>
a { background-color: #4321E7; }
a { background-color: rgb(67,33,231); }
div.DivClassName
{
background-color: #4321E7;
}
.BgClassName
{
background-color: #4321E7;
}
</style>
border-color css
<style>
span { border-color: #4321E7; }
span { border-color: rgb(67,33,231); }
td.TdClassName
{
border-color: #4321E7;
}
.TagClassName
{
border-color: #4321E7;
}
</style>