Shades of Purple Heart #5935BC
Tints of Purple Heart #5935BC
RGB
CMYK
RGB Variations
Color information
#5935BC (or 0x5935BC) is known color: Purple Heart. HEX triplet: 59, 35 and BC. RGB value is (89,53,188). Sum of RGB (Red+Green+Blue) = 89+53+188=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #5935BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5935BC is #A6CA43. Grayscale: #4E4E4E. Windows color (decimal): -10930756 or 12334425. OLE color: 12334425.
HSL color Cylindrical-coordinate representation of color #5935BC: hue angle of 256º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5935BC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 53 | 188 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.26 |
| HSL | 256º | 0.56% | 0.47% | - |
| HSV(B) | 256º | 0.72% | 0.74% | - |
| XYZ | 14.47 | 8.3 | 48.42 | - |
| YUV | 79.15 | 189.43 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 188 | 0.53 | 0.72 | 0 | 0.26 | 256 | 0.56 | 0.47 |
| Hex | 59 | 35 | BC | 35 | 48 | 0 | 1A | 100 | 38 | 2F |
| Octal | 131 | 65 | 274 | 65 | 110 | 0 | 32 | 400 | 70 | 57 |
| Binary | 1011001 | 110101 | 10111100 | 110101 | 1001000 | 0 | 11010 | 100000000 | 111000 | 101111 |
Color Harmonies of #5935BC
Complementary color
Monochromatic Colors of #5935BC
Black with #5935BC
Text Example
Text Example
White with #5935BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5935BC; }
p { color: rgb(89,53,188); }
H1.HeaderClassName
{
color: #5935BC;
}
.AnyTagClassName
{
color: #5935BC;
}
</style>
background-color css
<style>
a { background-color: #5935BC; }
a { background-color: rgb(89,53,188); }
div.DivClassName
{
background-color: #5935BC;
}
.BgClassName
{
background-color: #5935BC;
}
</style>
border-color css
<style>
span { border-color: #5935BC; }
span { border-color: rgb(89,53,188); }
td.TdClassName
{
border-color: #5935BC;
}
.TagClassName
{
border-color: #5935BC;
}
</style>