Shades of Han Purple #4515E6
Tints of Han Purple #4515E6
RGB
CMYK
RGB Variations
Color information
#4515E6 (or 0x4515E6) is known color: Han Purple. HEX triplet: 45, 15 and E6. RGB value is (69,21,230). Sum of RGB (Red+Green+Blue) = 69+21+230=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 230 (90.23% from 255 or 71.88% from 320); Max value from RGB is 230 - color contains mainly: blue. Hex color #4515E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4515E6 is #BAEA19. Grayscale: #3A3A3A. Windows color (decimal): -12249626 or 15078725. OLE color: 15078725.
HSL color Cylindrical-coordinate representation of color #4515E6: hue angle of 253.78º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4515E6 is Cyan = 0.7, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 21 | 230 | - |
| CMYK | 0.7 | 0.91 | 0 | 0.10 |
| HSL | 253.78º | 0.83% | 0.49% | - |
| HSV(B) | 253.78º | 0.91% | 0.9% | - |
| XYZ | 17.01 | 7.51 | 75.42 | - |
| YUV | 59.18 | 224.4 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 230 | 0.7 | 0.91 | 0 | 0.10 | 253.78 | 0.83 | 0.49 |
| Hex | 45 | 15 | E6 | 46 | 5B | 0 | A | FE | 53 | 31 |
| Octal | 105 | 25 | 346 | 106 | 133 | 0 | 12 | 376 | 123 | 61 |
| Binary | 1000101 | 10101 | 11100110 | 1000110 | 1011011 | 0 | 1010 | 11111110 | 1010011 | 110001 |
Color Harmonies of #4515E6
Complementary color
Monochromatic Colors of #4515E6
Black with #4515E6
Text Example
Text Example
White with #4515E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4515E6; }
p { color: rgb(69,21,230); }
H1.HeaderClassName
{
color: #4515E6;
}
.AnyTagClassName
{
color: #4515E6;
}
</style>
background-color css
<style>
a { background-color: #4515E6; }
a { background-color: rgb(69,21,230); }
div.DivClassName
{
background-color: #4515E6;
}
.BgClassName
{
background-color: #4515E6;
}
</style>
border-color css
<style>
span { border-color: #4515E6; }
span { border-color: rgb(69,21,230); }
td.TdClassName
{
border-color: #4515E6;
}
.TagClassName
{
border-color: #4515E6;
}
</style>