Shades of Purple Heart #5135C4
Tints of Purple Heart #5135C4
RGB
CMYK
RGB Variations
Color information
#5135C4 (or 0x5135C4) is known color: Purple Heart. HEX triplet: 51, 35 and C4. RGB value is (81,53,196). Sum of RGB (Red+Green+Blue) = 81+53+196=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 196 (76.95% from 255 or 59.39% from 330); Max value from RGB is 196 - color contains mainly: blue. Hex color #5135C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5135C4 is #AECA3B. Grayscale: #4D4D4D. Windows color (decimal): -11455036 or 12858705. OLE color: 12858705.
HSL color Cylindrical-coordinate representation of color #5135C4: hue angle of 251.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5135C4 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 53 | 196 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.23 |
| HSL | 251.75º | 0.57% | 0.49% | - |
| HSV(B) | 251.75º | 0.73% | 0.77% | - |
| XYZ | 14.63 | 8.28 | 53.05 | - |
| YUV | 77.67 | 194.78 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 53 | 196 | 0.59 | 0.73 | 0 | 0.23 | 251.75 | 0.57 | 0.49 |
| Hex | 51 | 35 | C4 | 3B | 49 | 0 | 17 | FC | 39 | 31 |
| Octal | 121 | 65 | 304 | 73 | 111 | 0 | 27 | 374 | 71 | 61 |
| Binary | 1010001 | 110101 | 11000100 | 111011 | 1001001 | 0 | 10111 | 11111100 | 111001 | 110001 |
Color Harmonies of #5135C4
Complementary color
Monochromatic Colors of #5135C4
Black with #5135C4
Text Example
Text Example
White with #5135C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5135C4; }
p { color: rgb(81,53,196); }
H1.HeaderClassName
{
color: #5135C4;
}
.AnyTagClassName
{
color: #5135C4;
}
</style>
background-color css
<style>
a { background-color: #5135C4; }
a { background-color: rgb(81,53,196); }
div.DivClassName
{
background-color: #5135C4;
}
.BgClassName
{
background-color: #5135C4;
}
</style>
border-color css
<style>
span { border-color: #5135C4; }
span { border-color: rgb(81,53,196); }
td.TdClassName
{
border-color: #5135C4;
}
.TagClassName
{
border-color: #5135C4;
}
</style>