Shades of Purple Heart #512BB8
Tints of Purple Heart #512BB8
RGB
CMYK
RGB Variations
Color information
#512BB8 (or 0x512BB8) is known color: Purple Heart. HEX triplet: 51, 2B and B8. RGB value is (81,43,184). Sum of RGB (Red+Green+Blue) = 81+43+184=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #512BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BB8 is #AED447. Grayscale: #454545. Windows color (decimal): -11457608 or 12069713. OLE color: 12069713.
HSL color Cylindrical-coordinate representation of color #512BB8: hue angle of 256.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512BB8 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 43 | 184 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.28 |
| HSL | 256.17º | 0.62% | 0.45% | - |
| HSV(B) | 256.17º | 0.77% | 0.72% | - |
| XYZ | 12.91 | 6.94 | 46.01 | - |
| YUV | 70.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 184 | 0.56 | 0.77 | 0 | 0.28 | 256.17 | 0.62 | 0.45 |
| Hex | 51 | 2B | B8 | 38 | 4D | 0 | 1C | 100 | 3E | 2D |
| Octal | 121 | 53 | 270 | 70 | 115 | 0 | 34 | 400 | 76 | 55 |
| Binary | 1010001 | 101011 | 10111000 | 111000 | 1001101 | 0 | 11100 | 100000000 | 111110 | 101101 |
Color Harmonies of #512BB8
Complementary color
Monochromatic Colors of #512BB8
Black with #512BB8
Text Example
Text Example
White with #512BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BB8; }
p { color: rgb(81,43,184); }
H1.HeaderClassName
{
color: #512BB8;
}
.AnyTagClassName
{
color: #512BB8;
}
</style>
background-color css
<style>
a { background-color: #512BB8; }
a { background-color: rgb(81,43,184); }
div.DivClassName
{
background-color: #512BB8;
}
.BgClassName
{
background-color: #512BB8;
}
</style>
border-color css
<style>
span { border-color: #512BB8; }
span { border-color: rgb(81,43,184); }
td.TdClassName
{
border-color: #512BB8;
}
.TagClassName
{
border-color: #512BB8;
}
</style>