Shades of Purple Heart #5F0CC5
Tints of Purple Heart #5F0CC5
RGB
CMYK
RGB Variations
Color information
#5F0CC5 (or 0x5F0CC5) is known color: Purple Heart. HEX triplet: 5F, 0C and C5. RGB value is (95,12,197). Sum of RGB (Red+Green+Blue) = 95+12+197=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #5F0CC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0CC5 is #A0F33A. Grayscale: #393939. Windows color (decimal): -10548027 or 12913759. OLE color: 12913759.
HSL color Cylindrical-coordinate representation of color #5F0CC5: hue angle of 266.92º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0CC5 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 12 | 197 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.23 |
| HSL | 266.92º | 0.89% | 0.41% | - |
| HSV(B) | 266.92º | 0.94% | 0.77% | - |
| XYZ | 14.93 | 6.73 | 53.33 | - |
| YUV | 57.91 | 206.5 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 197 | 0.52 | 0.94 | 0 | 0.23 | 266.92 | 0.89 | 0.41 |
| Hex | 5F | C | C5 | 34 | 5E | 0 | 17 | 10B | 59 | 29 |
| Octal | 137 | 14 | 305 | 64 | 136 | 0 | 27 | 413 | 131 | 51 |
| Binary | 1011111 | 1100 | 11000101 | 110100 | 1011110 | 0 | 10111 | 100001011 | 1011001 | 101001 |
Color Harmonies of #5F0CC5
Complementary color
Monochromatic Colors of #5F0CC5
Black with #5F0CC5
Text Example
Text Example
White with #5F0CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0CC5; }
p { color: rgb(95,12,197); }
H1.HeaderClassName
{
color: #5F0CC5;
}
.AnyTagClassName
{
color: #5F0CC5;
}
</style>
background-color css
<style>
a { background-color: #5F0CC5; }
a { background-color: rgb(95,12,197); }
div.DivClassName
{
background-color: #5F0CC5;
}
.BgClassName
{
background-color: #5F0CC5;
}
</style>
border-color css
<style>
span { border-color: #5F0CC5; }
span { border-color: rgb(95,12,197); }
td.TdClassName
{
border-color: #5F0CC5;
}
.TagClassName
{
border-color: #5F0CC5;
}
</style>