Shades of Han Purple #4515EF
Tints of Han Purple #4515EF
RGB
CMYK
RGB Variations
Color information
#4515EF (or 0x4515EF) is known color: Han Purple. HEX triplet: 45, 15 and EF. RGB value is (69,21,239). Sum of RGB (Red+Green+Blue) = 69+21+239=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #4515EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4515EF is #BAEA10. Grayscale: #3B3B3B. Windows color (decimal): -12249617 or 15668549. OLE color: 15668549.
HSL color Cylindrical-coordinate representation of color #4515EF: hue angle of 253.21º 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 #4515EF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 21 | 239 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.06 |
| HSL | 253.21º | 0.87% | 0.51% | - |
| HSV(B) | 253.21º | 0.91% | 0.94% | - |
| XYZ | 18.3 | 8.03 | 82.25 | - |
| YUV | 60.2 | 228.9 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 239 | 0.71 | 0.91 | 0 | 0.06 | 253.21 | 0.87 | 0.51 |
| Hex | 45 | 15 | EF | 47 | 5B | 0 | 6 | FD | 57 | 33 |
| Octal | 105 | 25 | 357 | 107 | 133 | 0 | 6 | 375 | 127 | 63 |
| Binary | 1000101 | 10101 | 11101111 | 1000111 | 1011011 | 0 | 110 | 11111101 | 1010111 | 110011 |
Color Harmonies of #4515EF
Complementary color
Monochromatic Colors of #4515EF
Black with #4515EF
Text Example
Text Example
White with #4515EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4515EF; }
p { color: rgb(69,21,239); }
H1.HeaderClassName
{
color: #4515EF;
}
.AnyTagClassName
{
color: #4515EF;
}
</style>
background-color css
<style>
a { background-color: #4515EF; }
a { background-color: rgb(69,21,239); }
div.DivClassName
{
background-color: #4515EF;
}
.BgClassName
{
background-color: #4515EF;
}
</style>
border-color css
<style>
span { border-color: #4515EF; }
span { border-color: rgb(69,21,239); }
td.TdClassName
{
border-color: #4515EF;
}
.TagClassName
{
border-color: #4515EF;
}
</style>