Shades of Han Purple #4316E0
Tints of Han Purple #4316E0
RGB
CMYK
RGB Variations
Color information
#4316E0 (or 0x4316E0) is known color: Han Purple. HEX triplet: 43, 16 and E0. RGB value is (67,22,224). Sum of RGB (Red+Green+Blue) = 67+22+224=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 224 (87.89% from 255 or 71.57% from 313); Max value from RGB is 224 - color contains mainly: blue. Hex color #4316E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4316E0 is #BCE91F. Grayscale: #393939. Windows color (decimal): -12380448 or 14685763. OLE color: 14685763.
HSL color Cylindrical-coordinate representation of color #4316E0: hue angle of 253.37º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4316E0 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 22 | 224 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.12 |
| HSL | 253.37º | 0.82% | 0.48% | - |
| HSV(B) | 253.37º | 0.9% | 0.88% | - |
| XYZ | 16.06 | 7.15 | 71.05 | - |
| YUV | 58.48 | 221.41 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 224 | 0.70 | 0.90 | 0 | 0.12 | 253.37 | 0.82 | 0.48 |
| Hex | 43 | 16 | E0 | 46 | 5A | 0 | C | FD | 52 | 30 |
| Octal | 103 | 26 | 340 | 106 | 132 | 0 | 14 | 375 | 122 | 60 |
| Binary | 1000011 | 10110 | 11100000 | 1000110 | 1011010 | 0 | 1100 | 11111101 | 1010010 | 110000 |
Color Harmonies of #4316E0
Complementary color
Monochromatic Colors of #4316E0
Black with #4316E0
Text Example
Text Example
White with #4316E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4316E0; }
p { color: rgb(67,22,224); }
H1.HeaderClassName
{
color: #4316E0;
}
.AnyTagClassName
{
color: #4316E0;
}
</style>
background-color css
<style>
a { background-color: #4316E0; }
a { background-color: rgb(67,22,224); }
div.DivClassName
{
background-color: #4316E0;
}
.BgClassName
{
background-color: #4316E0;
}
</style>
border-color css
<style>
span { border-color: #4316E0; }
span { border-color: rgb(67,22,224); }
td.TdClassName
{
border-color: #4316E0;
}
.TagClassName
{
border-color: #4316E0;
}
</style>