Shades of Purple Heart #4510AC
Tints of Purple Heart #4510AC
RGB
CMYK
RGB Variations
Color information
#4510AC (or 0x4510AC) is known color: Purple Heart. HEX triplet: 45, 10 and AC. RGB value is (69,16,172). Sum of RGB (Red+Green+Blue) = 69+16+172=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #4510AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4510AC is #BAEF53. Grayscale: #313131. Windows color (decimal): -12250964 or 11276357. OLE color: 11276357.
HSL color Cylindrical-coordinate representation of color #4510AC: hue angle of 260.38º 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 #4510AC is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 16 | 172 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.33 |
| HSL | 260.38º | 0.83% | 0.37% | - |
| HSV(B) | 260.38º | 0.91% | 0.67% | - |
| XYZ | 10.09 | 4.61 | 39.39 | - |
| YUV | 49.63 | 197.06 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 172 | 0.60 | 0.91 | 0 | 0.33 | 260.38 | 0.83 | 0.37 |
| Hex | 45 | 10 | AC | 3C | 5B | 0 | 21 | 104 | 53 | 25 |
| Octal | 105 | 20 | 254 | 74 | 133 | 0 | 41 | 404 | 123 | 45 |
| Binary | 1000101 | 10000 | 10101100 | 111100 | 1011011 | 0 | 100001 | 100000100 | 1010011 | 100101 |
Color Harmonies of #4510AC
Complementary color
Monochromatic Colors of #4510AC
Black with #4510AC
Text Example
Text Example
White with #4510AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4510AC; }
p { color: rgb(69,16,172); }
H1.HeaderClassName
{
color: #4510AC;
}
.AnyTagClassName
{
color: #4510AC;
}
</style>
background-color css
<style>
a { background-color: #4510AC; }
a { background-color: rgb(69,16,172); }
div.DivClassName
{
background-color: #4510AC;
}
.BgClassName
{
background-color: #4510AC;
}
</style>
border-color css
<style>
span { border-color: #4510AC; }
span { border-color: rgb(69,16,172); }
td.TdClassName
{
border-color: #4510AC;
}
.TagClassName
{
border-color: #4510AC;
}
</style>