Shades of Han Purple #4316EC
Tints of Han Purple #4316EC
RGB
CMYK
RGB Variations
Color information
#4316EC (or 0x4316EC) is known color: Han Purple. HEX triplet: 43, 16 and EC. RGB value is (67,22,236). Sum of RGB (Red+Green+Blue) = 67+22+236=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #4316EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4316EC is #BCE913. Grayscale: #3B3B3B. Windows color (decimal): -12380436 or 15472195. OLE color: 15472195.
HSL color Cylindrical-coordinate representation of color #4316EC: hue angle of 252.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4316EC is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 22 | 236 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.07 |
| HSL | 252.62º | 0.85% | 0.51% | - |
| HSV(B) | 252.62º | 0.91% | 0.93% | - |
| XYZ | 17.74 | 7.82 | 79.93 | - |
| YUV | 59.85 | 227.41 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 236 | 0.72 | 0.91 | 0 | 0.07 | 252.62 | 0.85 | 0.51 |
| Hex | 43 | 16 | EC | 48 | 5B | 0 | 7 | FD | 55 | 33 |
| Octal | 103 | 26 | 354 | 110 | 133 | 0 | 7 | 375 | 125 | 63 |
| Binary | 1000011 | 10110 | 11101100 | 1001000 | 1011011 | 0 | 111 | 11111101 | 1010101 | 110011 |
Color Harmonies of #4316EC
Complementary color
Monochromatic Colors of #4316EC
Black with #4316EC
Text Example
Text Example
White with #4316EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4316EC; }
p { color: rgb(67,22,236); }
H1.HeaderClassName
{
color: #4316EC;
}
.AnyTagClassName
{
color: #4316EC;
}
</style>
background-color css
<style>
a { background-color: #4316EC; }
a { background-color: rgb(67,22,236); }
div.DivClassName
{
background-color: #4316EC;
}
.BgClassName
{
background-color: #4316EC;
}
</style>
border-color css
<style>
span { border-color: #4316EC; }
span { border-color: rgb(67,22,236); }
td.TdClassName
{
border-color: #4316EC;
}
.TagClassName
{
border-color: #4316EC;
}
</style>