Shades of Purple Heart #5310B5
Tints of Purple Heart #5310B5
RGB
CMYK
RGB Variations
Color information
#5310B5 (or 0x5310B5) is known color: Purple Heart. HEX triplet: 53, 10 and B5. RGB value is (83,16,181). Sum of RGB (Red+Green+Blue) = 83+16+181=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 181 (71.09% from 255 or 64.64% from 280); Max value from RGB is 181 - color contains mainly: blue. Hex color #5310B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310B5 is #ACEF4A. Grayscale: #363636. Windows color (decimal): -11333451 or 11866195. OLE color: 11866195.
HSL color Cylindrical-coordinate representation of color #5310B5: hue angle of 264.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5310B5 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 16 | 181 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.29 |
| HSL | 264.36º | 0.84% | 0.39% | - |
| HSV(B) | 264.36º | 0.91% | 0.71% | - |
| XYZ | 12.09 | 5.55 | 44.15 | - |
| YUV | 54.84 | 199.2 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 181 | 0.54 | 0.91 | 0 | 0.29 | 264.36 | 0.84 | 0.39 |
| Hex | 53 | 10 | B5 | 36 | 5B | 0 | 1D | 108 | 54 | 27 |
| Octal | 123 | 20 | 265 | 66 | 133 | 0 | 35 | 410 | 124 | 47 |
| Binary | 1010011 | 10000 | 10110101 | 110110 | 1011011 | 0 | 11101 | 100001000 | 1010100 | 100111 |
Color Harmonies of #5310B5
Complementary color
Monochromatic Colors of #5310B5
Black with #5310B5
Text Example
Text Example
White with #5310B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310B5; }
p { color: rgb(83,16,181); }
H1.HeaderClassName
{
color: #5310B5;
}
.AnyTagClassName
{
color: #5310B5;
}
</style>
background-color css
<style>
a { background-color: #5310B5; }
a { background-color: rgb(83,16,181); }
div.DivClassName
{
background-color: #5310B5;
}
.BgClassName
{
background-color: #5310B5;
}
</style>
border-color css
<style>
span { border-color: #5310B5; }
span { border-color: rgb(83,16,181); }
td.TdClassName
{
border-color: #5310B5;
}
.TagClassName
{
border-color: #5310B5;
}
</style>