Shades of Purple Heart #5F07CB
Tints of Purple Heart #5F07CB
RGB
CMYK
RGB Variations
Color information
#5F07CB (or 0x5F07CB) is known color: Purple Heart. HEX triplet: 5F, 07 and CB. RGB value is (95,7,203). Sum of RGB (Red+Green+Blue) = 95+7+203=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F07CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F07CB is #A0F834. Grayscale: #363636. Windows color (decimal): -10549301 or 13305695. OLE color: 13305695.
HSL color Cylindrical-coordinate representation of color #5F07CB: hue angle of 266.94º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F07CB is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 7 | 203 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.20 |
| HSL | 266.94º | 0.93% | 0.41% | - |
| HSV(B) | 266.94º | 0.97% | 0.8% | - |
| XYZ | 15.57 | 6.9 | 57.01 | - |
| YUV | 55.66 | 211.15 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 203 | 0.53 | 0.97 | 0 | 0.20 | 266.94 | 0.93 | 0.41 |
| Hex | 5F | 7 | CB | 35 | 61 | 0 | 14 | 10B | 5D | 29 |
| Octal | 137 | 7 | 313 | 65 | 141 | 0 | 24 | 413 | 135 | 51 |
| Binary | 1011111 | 111 | 11001011 | 110101 | 1100001 | 0 | 10100 | 100001011 | 1011101 | 101001 |
Color Harmonies of #5F07CB
Complementary color
Monochromatic Colors of #5F07CB
Black with #5F07CB
Text Example
Text Example
White with #5F07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F07CB; }
p { color: rgb(95,7,203); }
H1.HeaderClassName
{
color: #5F07CB;
}
.AnyTagClassName
{
color: #5F07CB;
}
</style>
background-color css
<style>
a { background-color: #5F07CB; }
a { background-color: rgb(95,7,203); }
div.DivClassName
{
background-color: #5F07CB;
}
.BgClassName
{
background-color: #5F07CB;
}
</style>
border-color css
<style>
span { border-color: #5F07CB; }
span { border-color: rgb(95,7,203); }
td.TdClassName
{
border-color: #5F07CB;
}
.TagClassName
{
border-color: #5F07CB;
}
</style>