Shades of Purple Heart #4510AB
Tints of Purple Heart #4510AB
RGB
CMYK
RGB Variations
Color information
#4510AB (or 0x4510AB) is known color: Purple Heart. HEX triplet: 45, 10 and AB. RGB value is (69,16,171). Sum of RGB (Red+Green+Blue) = 69+16+171=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #4510AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4510AB is #BAEF54. Grayscale: #303030. Windows color (decimal): -12250965 or 11210821. OLE color: 11210821.
HSL color Cylindrical-coordinate representation of color #4510AB: hue angle of 260.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4510AB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 16 | 171 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.33 |
| HSL | 260.52º | 0.83% | 0.37% | - |
| HSV(B) | 260.52º | 0.91% | 0.67% | - |
| XYZ | 9.99 | 4.58 | 38.88 | - |
| YUV | 49.52 | 196.56 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 171 | 0.60 | 0.91 | 0 | 0.33 | 260.52 | 0.83 | 0.37 |
| Hex | 45 | 10 | AB | 3C | 5B | 0 | 21 | 105 | 53 | 25 |
| Octal | 105 | 20 | 253 | 74 | 133 | 0 | 41 | 405 | 123 | 45 |
| Binary | 1000101 | 10000 | 10101011 | 111100 | 1011011 | 0 | 100001 | 100000101 | 1010011 | 100101 |
Color Harmonies of #4510AB
Complementary color
Monochromatic Colors of #4510AB
Black with #4510AB
Text Example
Text Example
White with #4510AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4510AB; }
p { color: rgb(69,16,171); }
H1.HeaderClassName
{
color: #4510AB;
}
.AnyTagClassName
{
color: #4510AB;
}
</style>
background-color css
<style>
a { background-color: #4510AB; }
a { background-color: rgb(69,16,171); }
div.DivClassName
{
background-color: #4510AB;
}
.BgClassName
{
background-color: #4510AB;
}
</style>
border-color css
<style>
span { border-color: #4510AB; }
span { border-color: rgb(69,16,171); }
td.TdClassName
{
border-color: #4510AB;
}
.TagClassName
{
border-color: #4510AB;
}
</style>