Shades of Purple Heart #5319C5
Tints of Purple Heart #5319C5
RGB
CMYK
RGB Variations
Color information
#5319C5 (or 0x5319C5) is known color: Purple Heart. HEX triplet: 53, 19 and C5. RGB value is (83,25,197). Sum of RGB (Red+Green+Blue) = 83+25+197=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #5319C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5319C5 is #ACE63A. Grayscale: #3D3D3D. Windows color (decimal): -11331131 or 12917075. OLE color: 12917075.
HSL color Cylindrical-coordinate representation of color #5319C5: hue angle of 260.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5319C5 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 25 | 197 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.23 |
| HSL | 260.23º | 0.77% | 0.44% | - |
| HSV(B) | 260.23º | 0.87% | 0.77% | - |
| XYZ | 13.99 | 6.57 | 53.35 | - |
| YUV | 61.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 197 | 0.58 | 0.87 | 0 | 0.23 | 260.23 | 0.77 | 0.44 |
| Hex | 53 | 19 | C5 | 3A | 57 | 0 | 17 | 104 | 4D | 2C |
| Octal | 123 | 31 | 305 | 72 | 127 | 0 | 27 | 404 | 115 | 54 |
| Binary | 1010011 | 11001 | 11000101 | 111010 | 1010111 | 0 | 10111 | 100000100 | 1001101 | 101100 |
Color Harmonies of #5319C5
Complementary color
Monochromatic Colors of #5319C5
Black with #5319C5
Text Example
Text Example
White with #5319C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5319C5; }
p { color: rgb(83,25,197); }
H1.HeaderClassName
{
color: #5319C5;
}
.AnyTagClassName
{
color: #5319C5;
}
</style>
background-color css
<style>
a { background-color: #5319C5; }
a { background-color: rgb(83,25,197); }
div.DivClassName
{
background-color: #5319C5;
}
.BgClassName
{
background-color: #5319C5;
}
</style>
border-color css
<style>
span { border-color: #5319C5; }
span { border-color: rgb(83,25,197); }
td.TdClassName
{
border-color: #5319C5;
}
.TagClassName
{
border-color: #5319C5;
}
</style>