Shades of Purple Heart #5F2CC1
Tints of Purple Heart #5F2CC1
RGB
CMYK
RGB Variations
Color information
#5F2CC1 (or 0x5F2CC1) is known color: Purple Heart. HEX triplet: 5F, 2C and C1. RGB value is (95,44,193). Sum of RGB (Red+Green+Blue) = 95+44+193=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F2CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2CC1 is #A0D33E. Grayscale: #4B4B4B. Windows color (decimal): -10539839 or 12659807. OLE color: 12659807.
HSL color Cylindrical-coordinate representation of color #5F2CC1: hue angle of 260.54º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2CC1 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 44 | 193 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.24 |
| HSL | 260.54º | 0.63% | 0.46% | - |
| HSV(B) | 260.54º | 0.77% | 0.76% | - |
| XYZ | 15.25 | 8.08 | 51.21 | - |
| YUV | 76.24 | 193.9 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 44 | 193 | 0.51 | 0.77 | 0 | 0.24 | 260.54 | 0.63 | 0.46 |
| Hex | 5F | 2C | C1 | 33 | 4D | 0 | 18 | 105 | 3F | 2E |
| Octal | 137 | 54 | 301 | 63 | 115 | 0 | 30 | 405 | 77 | 56 |
| Binary | 1011111 | 101100 | 11000001 | 110011 | 1001101 | 0 | 11000 | 100000101 | 111111 | 101110 |
Color Harmonies of #5F2CC1
Complementary color
Monochromatic Colors of #5F2CC1
Black with #5F2CC1
Text Example
Text Example
White with #5F2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2CC1; }
p { color: rgb(95,44,193); }
H1.HeaderClassName
{
color: #5F2CC1;
}
.AnyTagClassName
{
color: #5F2CC1;
}
</style>
background-color css
<style>
a { background-color: #5F2CC1; }
a { background-color: rgb(95,44,193); }
div.DivClassName
{
background-color: #5F2CC1;
}
.BgClassName
{
background-color: #5F2CC1;
}
</style>
border-color css
<style>
span { border-color: #5F2CC1; }
span { border-color: rgb(95,44,193); }
td.TdClassName
{
border-color: #5F2CC1;
}
.TagClassName
{
border-color: #5F2CC1;
}
</style>