Shades of Purple Heart #5F2ECB
Tints of Purple Heart #5F2ECB
RGB
CMYK
RGB Variations
Color information
#5F2ECB (or 0x5F2ECB) is known color: Purple Heart. HEX triplet: 5F, 2E and CB. RGB value is (95,46,203). Sum of RGB (Red+Green+Blue) = 95+46+203=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F2ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2ECB is #A0D134. Grayscale: #4D4D4D. Windows color (decimal): -10539317 or 13315679. OLE color: 13315679.
HSL color Cylindrical-coordinate representation of color #5F2ECB: hue angle of 258.73º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2ECB is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 46 | 203 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.20 |
| HSL | 258.73º | 0.63% | 0.49% | - |
| HSV(B) | 258.73º | 0.77% | 0.8% | - |
| XYZ | 16.48 | 8.7 | 57.31 | - |
| YUV | 78.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 203 | 0.53 | 0.77 | 0 | 0.20 | 258.73 | 0.63 | 0.49 |
| Hex | 5F | 2E | CB | 35 | 4D | 0 | 14 | 103 | 3F | 31 |
| Octal | 137 | 56 | 313 | 65 | 115 | 0 | 24 | 403 | 77 | 61 |
| Binary | 1011111 | 101110 | 11001011 | 110101 | 1001101 | 0 | 10100 | 100000011 | 111111 | 110001 |
Color Harmonies of #5F2ECB
Complementary color
Monochromatic Colors of #5F2ECB
Black with #5F2ECB
Text Example
Text Example
White with #5F2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2ECB; }
p { color: rgb(95,46,203); }
H1.HeaderClassName
{
color: #5F2ECB;
}
.AnyTagClassName
{
color: #5F2ECB;
}
</style>
background-color css
<style>
a { background-color: #5F2ECB; }
a { background-color: rgb(95,46,203); }
div.DivClassName
{
background-color: #5F2ECB;
}
.BgClassName
{
background-color: #5F2ECB;
}
</style>
border-color css
<style>
span { border-color: #5F2ECB; }
span { border-color: rgb(95,46,203); }
td.TdClassName
{
border-color: #5F2ECB;
}
.TagClassName
{
border-color: #5F2ECB;
}
</style>