Shades of Purple Heart #4511AF
Tints of Purple Heart #4511AF
RGB
CMYK
RGB Variations
Color information
#4511AF (or 0x4511AF) is known color: Purple Heart. HEX triplet: 45, 11 and AF. RGB value is (69,17,175). Sum of RGB (Red+Green+Blue) = 69+17+175=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #4511AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4511AF is #BAEE50. Grayscale: #313131. Windows color (decimal): -12250705 or 11473221. OLE color: 11473221.
HSL color Cylindrical-coordinate representation of color #4511AF: hue angle of 259.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4511AF is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 17 | 175 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.31 |
| HSL | 259.75º | 0.82% | 0.38% | - |
| HSV(B) | 259.75º | 0.9% | 0.69% | - |
| XYZ | 10.39 | 4.76 | 40.93 | - |
| YUV | 50.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 17 | 175 | 0.61 | 0.90 | 0 | 0.31 | 259.75 | 0.82 | 0.38 |
| Hex | 45 | 11 | AF | 3D | 5A | 0 | 1F | 104 | 52 | 26 |
| Octal | 105 | 21 | 257 | 75 | 132 | 0 | 37 | 404 | 122 | 46 |
| Binary | 1000101 | 10001 | 10101111 | 111101 | 1011010 | 0 | 11111 | 100000100 | 1010010 | 100110 |
Color Harmonies of #4511AF
Complementary color
Monochromatic Colors of #4511AF
Black with #4511AF
Text Example
Text Example
White with #4511AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4511AF; }
p { color: rgb(69,17,175); }
H1.HeaderClassName
{
color: #4511AF;
}
.AnyTagClassName
{
color: #4511AF;
}
</style>
background-color css
<style>
a { background-color: #4511AF; }
a { background-color: rgb(69,17,175); }
div.DivClassName
{
background-color: #4511AF;
}
.BgClassName
{
background-color: #4511AF;
}
</style>
border-color css
<style>
span { border-color: #4511AF; }
span { border-color: rgb(69,17,175); }
td.TdClassName
{
border-color: #4511AF;
}
.TagClassName
{
border-color: #4511AF;
}
</style>