Shades of Han Purple #4515DD
Tints of Han Purple #4515DD
RGB
CMYK
RGB Variations
Color information
#4515DD (or 0x4515DD) is known color: Han Purple. HEX triplet: 45, 15 and DD. RGB value is (69,21,221). Sum of RGB (Red+Green+Blue) = 69+21+221=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #4515DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515DD is #BAEA22. Grayscale: #393939. Windows color (decimal): -12249635 or 14488901. OLE color: 14488901.
HSL color Cylindrical-coordinate representation of color #4515DD: hue angle of 254.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4515DD is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 21 | 221 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.13 |
| HSL | 254.4º | 0.83% | 0.47% | - |
| HSV(B) | 254.4º | 0.9% | 0.87% | - |
| XYZ | 15.77 | 7.02 | 68.93 | - |
| YUV | 58.15 | 219.9 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 221 | 0.69 | 0.90 | 0 | 0.13 | 254.4 | 0.83 | 0.47 |
| Hex | 45 | 15 | DD | 45 | 5A | 0 | D | FE | 53 | 2F |
| Octal | 105 | 25 | 335 | 105 | 132 | 0 | 15 | 376 | 123 | 57 |
| Binary | 1000101 | 10101 | 11011101 | 1000101 | 1011010 | 0 | 1101 | 11111110 | 1010011 | 101111 |
Color Harmonies of #4515DD
Complementary color
Monochromatic Colors of #4515DD
Black with #4515DD
Text Example
Text Example
White with #4515DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4515DD; }
p { color: rgb(69,21,221); }
H1.HeaderClassName
{
color: #4515DD;
}
.AnyTagClassName
{
color: #4515DD;
}
</style>
background-color css
<style>
a { background-color: #4515DD; }
a { background-color: rgb(69,21,221); }
div.DivClassName
{
background-color: #4515DD;
}
.BgClassName
{
background-color: #4515DD;
}
</style>
border-color css
<style>
span { border-color: #4515DD; }
span { border-color: rgb(69,21,221); }
td.TdClassName
{
border-color: #4515DD;
}
.TagClassName
{
border-color: #4515DD;
}
</style>