Shades of Purple Heart #5A35BC
Tints of Purple Heart #5A35BC
RGB
CMYK
RGB Variations
Color information
#5A35BC (or 0x5A35BC) is known color: Purple Heart. HEX triplet: 5A, 35 and BC. RGB value is (90,53,188). Sum of RGB (Red+Green+Blue) = 90+53+188=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A35BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A35BC is #A5CA43. Grayscale: #4E4E4E. Windows color (decimal): -10865220 or 12334426. OLE color: 12334426.
HSL color Cylindrical-coordinate representation of color #5A35BC: hue angle of 256.44º 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 #5A35BC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 53 | 188 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.26 |
| HSL | 256.44º | 0.56% | 0.47% | - |
| HSV(B) | 256.44º | 0.72% | 0.74% | - |
| XYZ | 14.57 | 8.35 | 48.42 | - |
| YUV | 79.45 | 189.26 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 188 | 0.52 | 0.72 | 0 | 0.26 | 256.44 | 0.56 | 0.47 |
| Hex | 5A | 35 | BC | 34 | 48 | 0 | 1A | 100 | 38 | 2F |
| Octal | 132 | 65 | 274 | 64 | 110 | 0 | 32 | 400 | 70 | 57 |
| Binary | 1011010 | 110101 | 10111100 | 110100 | 1001000 | 0 | 11010 | 100000000 | 111000 | 101111 |
Color Harmonies of #5A35BC
Complementary color
Monochromatic Colors of #5A35BC
Black with #5A35BC
Text Example
Text Example
White with #5A35BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A35BC; }
p { color: rgb(90,53,188); }
H1.HeaderClassName
{
color: #5A35BC;
}
.AnyTagClassName
{
color: #5A35BC;
}
</style>
background-color css
<style>
a { background-color: #5A35BC; }
a { background-color: rgb(90,53,188); }
div.DivClassName
{
background-color: #5A35BC;
}
.BgClassName
{
background-color: #5A35BC;
}
</style>
border-color css
<style>
span { border-color: #5A35BC; }
span { border-color: rgb(90,53,188); }
td.TdClassName
{
border-color: #5A35BC;
}
.TagClassName
{
border-color: #5A35BC;
}
</style>