Shades of Purple Heart #5130AF
Tints of Purple Heart #5130AF
RGB
CMYK
RGB Variations
Color information
#5130AF (or 0x5130AF) is known color: Purple Heart. HEX triplet: 51, 30 and AF. RGB value is (81,48,175). Sum of RGB (Red+Green+Blue) = 81+48+175=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #5130AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5130AF is #AECF50. Grayscale: #474747. Windows color (decimal): -11456337 or 11481169. OLE color: 11481169.
HSL color Cylindrical-coordinate representation of color #5130AF: hue angle of 255.59º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5130AF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 48 | 175 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.31 |
| HSL | 255.59º | 0.57% | 0.44% | - |
| HSV(B) | 255.59º | 0.73% | 0.69% | - |
| XYZ | 12.19 | 6.96 | 41.26 | - |
| YUV | 72.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 175 | 0.54 | 0.73 | 0 | 0.31 | 255.59 | 0.57 | 0.44 |
| Hex | 51 | 30 | AF | 36 | 49 | 0 | 1F | 100 | 39 | 2C |
| Octal | 121 | 60 | 257 | 66 | 111 | 0 | 37 | 400 | 71 | 54 |
| Binary | 1010001 | 110000 | 10101111 | 110110 | 1001001 | 0 | 11111 | 100000000 | 111001 | 101100 |
Color Harmonies of #5130AF
Complementary color
Monochromatic Colors of #5130AF
Black with #5130AF
Text Example
Text Example
White with #5130AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5130AF; }
p { color: rgb(81,48,175); }
H1.HeaderClassName
{
color: #5130AF;
}
.AnyTagClassName
{
color: #5130AF;
}
</style>
background-color css
<style>
a { background-color: #5130AF; }
a { background-color: rgb(81,48,175); }
div.DivClassName
{
background-color: #5130AF;
}
.BgClassName
{
background-color: #5130AF;
}
</style>
border-color css
<style>
span { border-color: #5130AF; }
span { border-color: rgb(81,48,175); }
td.TdClassName
{
border-color: #5130AF;
}
.TagClassName
{
border-color: #5130AF;
}
</style>