Shades of Purple Heart #5335BC
Tints of Purple Heart #5335BC
RGB
CMYK
RGB Variations
Color information
#5335BC (or 0x5335BC) is known color: Purple Heart. HEX triplet: 53, 35 and BC. RGB value is (83,53,188). Sum of RGB (Red+Green+Blue) = 83+53+188=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #5335BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5335BC is #ACCA43. Grayscale: #4C4C4C. Windows color (decimal): -11323972 or 12334419. OLE color: 12334419.
HSL color Cylindrical-coordinate representation of color #5335BC: hue angle of 253.33º 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 #5335BC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 53 | 188 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.26 |
| HSL | 253.33º | 0.56% | 0.47% | - |
| HSV(B) | 253.33º | 0.72% | 0.74% | - |
| XYZ | 13.92 | 8.02 | 48.39 | - |
| YUV | 77.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 188 | 0.56 | 0.72 | 0 | 0.26 | 253.33 | 0.56 | 0.47 |
| Hex | 53 | 35 | BC | 38 | 48 | 0 | 1A | FD | 38 | 2F |
| Octal | 123 | 65 | 274 | 70 | 110 | 0 | 32 | 375 | 70 | 57 |
| Binary | 1010011 | 110101 | 10111100 | 111000 | 1001000 | 0 | 11010 | 11111101 | 111000 | 101111 |
Color Harmonies of #5335BC
Complementary color
Monochromatic Colors of #5335BC
Black with #5335BC
Text Example
Text Example
White with #5335BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5335BC; }
p { color: rgb(83,53,188); }
H1.HeaderClassName
{
color: #5335BC;
}
.AnyTagClassName
{
color: #5335BC;
}
</style>
background-color css
<style>
a { background-color: #5335BC; }
a { background-color: rgb(83,53,188); }
div.DivClassName
{
background-color: #5335BC;
}
.BgClassName
{
background-color: #5335BC;
}
</style>
border-color css
<style>
span { border-color: #5335BC; }
span { border-color: rgb(83,53,188); }
td.TdClassName
{
border-color: #5335BC;
}
.TagClassName
{
border-color: #5335BC;
}
</style>