Shades of Purple Heart #5907C1
Tints of Purple Heart #5907C1
RGB
CMYK
RGB Variations
Color information
#5907C1 (or 0x5907C1) is known color: Purple Heart. HEX triplet: 59, 07 and C1. RGB value is (89,7,193). Sum of RGB (Red+Green+Blue) = 89+7+193=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #5907C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5907C1 is #A6F83E. Grayscale: #343434. Windows color (decimal): -10942527 or 12650329. OLE color: 12650329.
HSL color Cylindrical-coordinate representation of color #5907C1: hue angle of 266.45º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5907C1 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 7 | 193 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.24 |
| HSL | 266.45º | 0.93% | 0.39% | - |
| HSV(B) | 266.45º | 0.96% | 0.76% | - |
| XYZ | 13.82 | 6.13 | 50.91 | - |
| YUV | 52.72 | 207.17 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 193 | 0.54 | 0.96 | 0 | 0.24 | 266.45 | 0.93 | 0.39 |
| Hex | 59 | 7 | C1 | 36 | 60 | 0 | 18 | 10A | 5D | 27 |
| Octal | 131 | 7 | 301 | 66 | 140 | 0 | 30 | 412 | 135 | 47 |
| Binary | 1011001 | 111 | 11000001 | 110110 | 1100000 | 0 | 11000 | 100001010 | 1011101 | 100111 |
Color Harmonies of #5907C1
Complementary color
Monochromatic Colors of #5907C1
Black with #5907C1
Text Example
Text Example
White with #5907C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5907C1; }
p { color: rgb(89,7,193); }
H1.HeaderClassName
{
color: #5907C1;
}
.AnyTagClassName
{
color: #5907C1;
}
</style>
background-color css
<style>
a { background-color: #5907C1; }
a { background-color: rgb(89,7,193); }
div.DivClassName
{
background-color: #5907C1;
}
.BgClassName
{
background-color: #5907C1;
}
</style>
border-color css
<style>
span { border-color: #5907C1; }
span { border-color: rgb(89,7,193); }
td.TdClassName
{
border-color: #5907C1;
}
.TagClassName
{
border-color: #5907C1;
}
</style>