Shades of Han Purple #4415EE
Tints of Han Purple #4415EE
RGB
CMYK
RGB Variations
Color information
#4415EE (or 0x4415EE) is known color: Han Purple. HEX triplet: 44, 15 and EE. RGB value is (68,21,238). Sum of RGB (Red+Green+Blue) = 68+21+238=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 21 (8.59% from 255 or 6.42% 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 #4415EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4415EE is #BBEA11. Grayscale: #3A3A3A. Windows color (decimal): -12315154 or 15603012. OLE color: 15603012.
HSL color Cylindrical-coordinate representation of color #4415EE: hue angle of 253º 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 #4415EE is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 21 | 238 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.07 |
| HSL | 253º | 0.86% | 0.51% | - |
| HSV(B) | 253º | 0.91% | 0.93% | - |
| XYZ | 18.08 | 7.94 | 81.47 | - |
| YUV | 59.79 | 228.57 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 238 | 0.71 | 0.91 | 0 | 0.07 | 253 | 0.86 | 0.51 |
| Hex | 44 | 15 | EE | 47 | 5B | 0 | 7 | FD | 56 | 33 |
| Octal | 104 | 25 | 356 | 107 | 133 | 0 | 7 | 375 | 126 | 63 |
| Binary | 1000100 | 10101 | 11101110 | 1000111 | 1011011 | 0 | 111 | 11111101 | 1010110 | 110011 |
Color Harmonies of #4415EE
Complementary color
Monochromatic Colors of #4415EE
Black with #4415EE
Text Example
Text Example
White with #4415EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4415EE; }
p { color: rgb(68,21,238); }
H1.HeaderClassName
{
color: #4415EE;
}
.AnyTagClassName
{
color: #4415EE;
}
</style>
background-color css
<style>
a { background-color: #4415EE; }
a { background-color: rgb(68,21,238); }
div.DivClassName
{
background-color: #4415EE;
}
.BgClassName
{
background-color: #4415EE;
}
</style>
border-color css
<style>
span { border-color: #4415EE; }
span { border-color: rgb(68,21,238); }
td.TdClassName
{
border-color: #4415EE;
}
.TagClassName
{
border-color: #4415EE;
}
</style>