Shades of Han Purple #4615EF
Tints of Han Purple #4615EF
RGB
CMYK
RGB Variations
Color information
#4615EF (or 0x4615EF) is known color: Han Purple. HEX triplet: 46, 15 and EF. RGB value is (70,21,239). Sum of RGB (Red+Green+Blue) = 70+21+239=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #4615EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4615EF is #B9EA10. Grayscale: #3B3B3B. Windows color (decimal): -12184081 or 15668550. OLE color: 15668550.
HSL color Cylindrical-coordinate representation of color #4615EF: hue angle of 253.49º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4615EF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 21 | 239 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.06 |
| HSL | 253.49º | 0.87% | 0.51% | - |
| HSV(B) | 253.49º | 0.91% | 0.94% | - |
| XYZ | 18.37 | 8.07 | 82.25 | - |
| YUV | 60.5 | 228.73 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 239 | 0.71 | 0.91 | 0 | 0.06 | 253.49 | 0.87 | 0.51 |
| Hex | 46 | 15 | EF | 47 | 5B | 0 | 6 | FD | 57 | 33 |
| Octal | 106 | 25 | 357 | 107 | 133 | 0 | 6 | 375 | 127 | 63 |
| Binary | 1000110 | 10101 | 11101111 | 1000111 | 1011011 | 0 | 110 | 11111101 | 1010111 | 110011 |
Color Harmonies of #4615EF
Complementary color
Monochromatic Colors of #4615EF
Black with #4615EF
Text Example
Text Example
White with #4615EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615EF; }
p { color: rgb(70,21,239); }
H1.HeaderClassName
{
color: #4615EF;
}
.AnyTagClassName
{
color: #4615EF;
}
</style>
background-color css
<style>
a { background-color: #4615EF; }
a { background-color: rgb(70,21,239); }
div.DivClassName
{
background-color: #4615EF;
}
.BgClassName
{
background-color: #4615EF;
}
</style>
border-color css
<style>
span { border-color: #4615EF; }
span { border-color: rgb(70,21,239); }
td.TdClassName
{
border-color: #4615EF;
}
.TagClassName
{
border-color: #4615EF;
}
</style>