Shades of Han Purple #4316EE
Tints of Han Purple #4316EE
RGB
CMYK
RGB Variations
Color information
#4316EE (or 0x4316EE) is known color: Han Purple. HEX triplet: 43, 16 and EE. RGB value is (67,22,238). Sum of RGB (Red+Green+Blue) = 67+22+238=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #4316EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4316EE is #BCE911. Grayscale: #3B3B3B. Windows color (decimal): -12380434 or 15603267. OLE color: 15603267.
HSL color Cylindrical-coordinate representation of color #4316EE: hue angle of 252.5º degrees, saturation: 0.86, 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 #4316EE is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 22 | 238 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.07 |
| HSL | 252.5º | 0.86% | 0.51% | - |
| HSV(B) | 252.5º | 0.91% | 0.93% | - |
| XYZ | 18.03 | 7.94 | 81.47 | - |
| YUV | 60.08 | 228.41 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 238 | 0.72 | 0.91 | 0 | 0.07 | 252.5 | 0.86 | 0.51 |
| Hex | 43 | 16 | EE | 48 | 5B | 0 | 7 | FD | 56 | 33 |
| Octal | 103 | 26 | 356 | 110 | 133 | 0 | 7 | 375 | 126 | 63 |
| Binary | 1000011 | 10110 | 11101110 | 1001000 | 1011011 | 0 | 111 | 11111101 | 1010110 | 110011 |
Color Harmonies of #4316EE
Complementary color
Monochromatic Colors of #4316EE
Black with #4316EE
Text Example
Text Example
White with #4316EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4316EE; }
p { color: rgb(67,22,238); }
H1.HeaderClassName
{
color: #4316EE;
}
.AnyTagClassName
{
color: #4316EE;
}
</style>
background-color css
<style>
a { background-color: #4316EE; }
a { background-color: rgb(67,22,238); }
div.DivClassName
{
background-color: #4316EE;
}
.BgClassName
{
background-color: #4316EE;
}
</style>
border-color css
<style>
span { border-color: #4316EE; }
span { border-color: rgb(67,22,238); }
td.TdClassName
{
border-color: #4316EE;
}
.TagClassName
{
border-color: #4316EE;
}
</style>