Shades of Purple Heart #5A10BC
Tints of Purple Heart #5A10BC
RGB
CMYK
RGB Variations
Color information
#5A10BC (or 0x5A10BC) is known color: Purple Heart. HEX triplet: 5A, 10 and BC. RGB value is (90,16,188). Sum of RGB (Red+Green+Blue) = 90+16+188=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A10BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A10BC is #A5EF43. Grayscale: #393939. Windows color (decimal): -10874692 or 12324954. OLE color: 12324954.
HSL color Cylindrical-coordinate representation of color #5A10BC: hue angle of 265.81º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A10BC is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 16 | 188 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.26 |
| HSL | 265.81º | 0.84% | 0.4% | - |
| HSV(B) | 265.81º | 0.91% | 0.74% | - |
| XYZ | 13.48 | 6.18 | 48.06 | - |
| YUV | 57.73 | 201.52 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 188 | 0.52 | 0.91 | 0 | 0.26 | 265.81 | 0.84 | 0.4 |
| Hex | 5A | 10 | BC | 34 | 5B | 0 | 1A | 10A | 54 | 28 |
| Octal | 132 | 20 | 274 | 64 | 133 | 0 | 32 | 412 | 124 | 50 |
| Binary | 1011010 | 10000 | 10111100 | 110100 | 1011011 | 0 | 11010 | 100001010 | 1010100 | 101000 |
Color Harmonies of #5A10BC
Complementary color
Monochromatic Colors of #5A10BC
Black with #5A10BC
Text Example
Text Example
White with #5A10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A10BC; }
p { color: rgb(90,16,188); }
H1.HeaderClassName
{
color: #5A10BC;
}
.AnyTagClassName
{
color: #5A10BC;
}
</style>
background-color css
<style>
a { background-color: #5A10BC; }
a { background-color: rgb(90,16,188); }
div.DivClassName
{
background-color: #5A10BC;
}
.BgClassName
{
background-color: #5A10BC;
}
</style>
border-color css
<style>
span { border-color: #5A10BC; }
span { border-color: rgb(90,16,188); }
td.TdClassName
{
border-color: #5A10BC;
}
.TagClassName
{
border-color: #5A10BC;
}
</style>