Shades of Purple Heart #5305C7
Tints of Purple Heart #5305C7
RGB
CMYK
RGB Variations
Color information
#5305C7 (or 0x5305C7) is known color: Purple Heart. HEX triplet: 53, 05 and C7. RGB value is (83,5,199). Sum of RGB (Red+Green+Blue) = 83+5+199=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 199 (78.12% from 255 or 69.34% from 287); Max value from RGB is 199 - color contains mainly: blue. Hex color #5305C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305C7 is #ACFA38. Grayscale: #313131. Windows color (decimal): -11336249 or 13043027. OLE color: 13043027.
HSL color Cylindrical-coordinate representation of color #5305C7: hue angle of 264.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5305C7 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 5 | 199 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.22 |
| HSL | 264.12º | 0.95% | 0.4% | - |
| HSV(B) | 264.12º | 0.97% | 0.78% | - |
| XYZ | 13.93 | 6.07 | 54.47 | - |
| YUV | 50.44 | 211.84 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 199 | 0.58 | 0.97 | 0 | 0.22 | 264.12 | 0.95 | 0.4 |
| Hex | 53 | 5 | C7 | 3A | 61 | 0 | 16 | 108 | 5F | 28 |
| Octal | 123 | 5 | 307 | 72 | 141 | 0 | 26 | 410 | 137 | 50 |
| Binary | 1010011 | 101 | 11000111 | 111010 | 1100001 | 0 | 10110 | 100001000 | 1011111 | 101000 |
Color Harmonies of #5305C7
Complementary color
Monochromatic Colors of #5305C7
Black with #5305C7
Text Example
Text Example
White with #5305C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305C7; }
p { color: rgb(83,5,199); }
H1.HeaderClassName
{
color: #5305C7;
}
.AnyTagClassName
{
color: #5305C7;
}
</style>
background-color css
<style>
a { background-color: #5305C7; }
a { background-color: rgb(83,5,199); }
div.DivClassName
{
background-color: #5305C7;
}
.BgClassName
{
background-color: #5305C7;
}
</style>
border-color css
<style>
span { border-color: #5305C7; }
span { border-color: rgb(83,5,199); }
td.TdClassName
{
border-color: #5305C7;
}
.TagClassName
{
border-color: #5305C7;
}
</style>