Shades of Han Purple #4313EE
Tints of Han Purple #4313EE
RGB
CMYK
RGB Variations
Color information
#4313EE (or 0x4313EE) is known color: Han Purple. HEX triplet: 43, 13 and EE. RGB value is (67,19,238). Sum of RGB (Red+Green+Blue) = 67+19+238=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #4313EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4313EE is #BCEC11. Grayscale: #393939. Windows color (decimal): -12381202 or 15602499. OLE color: 15602499.
HSL color Cylindrical-coordinate representation of color #4313EE: hue angle of 253.15º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4313EE is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 19 | 238 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.07 |
| HSL | 253.15º | 0.87% | 0.5% | - |
| HSV(B) | 253.15º | 0.92% | 0.93% | - |
| XYZ | 17.98 | 7.83 | 81.45 | - |
| YUV | 58.32 | 229.4 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 238 | 0.72 | 0.92 | 0 | 0.07 | 253.15 | 0.87 | 0.5 |
| Hex | 43 | 13 | EE | 48 | 5C | 0 | 7 | FD | 57 | 32 |
| Octal | 103 | 23 | 356 | 110 | 134 | 0 | 7 | 375 | 127 | 62 |
| Binary | 1000011 | 10011 | 11101110 | 1001000 | 1011100 | 0 | 111 | 11111101 | 1010111 | 110010 |
Color Harmonies of #4313EE
Complementary color
Monochromatic Colors of #4313EE
Black with #4313EE
Text Example
Text Example
White with #4313EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4313EE; }
p { color: rgb(67,19,238); }
H1.HeaderClassName
{
color: #4313EE;
}
.AnyTagClassName
{
color: #4313EE;
}
</style>
background-color css
<style>
a { background-color: #4313EE; }
a { background-color: rgb(67,19,238); }
div.DivClassName
{
background-color: #4313EE;
}
.BgClassName
{
background-color: #4313EE;
}
</style>
border-color css
<style>
span { border-color: #4313EE; }
span { border-color: rgb(67,19,238); }
td.TdClassName
{
border-color: #4313EE;
}
.TagClassName
{
border-color: #4313EE;
}
</style>