Shades of Purple Heart #512CCD
Tints of Purple Heart #512CCD
RGB
CMYK
RGB Variations
Color information
#512CCD (or 0x512CCD) is known color: Purple Heart. HEX triplet: 51, 2C and CD. RGB value is (81,44,205). Sum of RGB (Red+Green+Blue) = 81+44+205=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #512CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CCD is #AED332. Grayscale: #484848. Windows color (decimal): -11457331 or 13446225. OLE color: 13446225.
HSL color Cylindrical-coordinate representation of color #512CCD: hue angle of 253.79º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512CCD is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 44 | 205 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.20 |
| HSL | 253.79º | 0.65% | 0.49% | - |
| HSV(B) | 253.79º | 0.79% | 0.8% | - |
| XYZ | 15.31 | 7.96 | 58.49 | - |
| YUV | 73.42 | 202.26 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 205 | 0.60 | 0.79 | 0 | 0.20 | 253.79 | 0.65 | 0.49 |
| Hex | 51 | 2C | CD | 3C | 4F | 0 | 14 | FE | 41 | 31 |
| Octal | 121 | 54 | 315 | 74 | 117 | 0 | 24 | 376 | 101 | 61 |
| Binary | 1010001 | 101100 | 11001101 | 111100 | 1001111 | 0 | 10100 | 11111110 | 1000001 | 110001 |
Color Harmonies of #512CCD
Complementary color
Monochromatic Colors of #512CCD
Black with #512CCD
Text Example
Text Example
White with #512CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CCD; }
p { color: rgb(81,44,205); }
H1.HeaderClassName
{
color: #512CCD;
}
.AnyTagClassName
{
color: #512CCD;
}
</style>
background-color css
<style>
a { background-color: #512CCD; }
a { background-color: rgb(81,44,205); }
div.DivClassName
{
background-color: #512CCD;
}
.BgClassName
{
background-color: #512CCD;
}
</style>
border-color css
<style>
span { border-color: #512CCD; }
span { border-color: rgb(81,44,205); }
td.TdClassName
{
border-color: #512CCD;
}
.TagClassName
{
border-color: #512CCD;
}
</style>