Shades of Purple Heart #5F28C1
Tints of Purple Heart #5F28C1
RGB
CMYK
RGB Variations
Color information
#5F28C1 (or 0x5F28C1) is known color: Purple Heart. HEX triplet: 5F, 28 and C1. RGB value is (95,40,193). Sum of RGB (Red+Green+Blue) = 95+40+193=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F28C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F28C1 is #A0D73E. Grayscale: #494949. Windows color (decimal): -10540863 or 12658783. OLE color: 12658783.
HSL color Cylindrical-coordinate representation of color #5F28C1: hue angle of 261.57º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F28C1 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 40 | 193 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.24 |
| HSL | 261.57º | 0.66% | 0.46% | - |
| HSV(B) | 261.57º | 0.79% | 0.76% | - |
| XYZ | 15.1 | 7.8 | 51.16 | - |
| YUV | 73.89 | 195.22 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 193 | 0.51 | 0.79 | 0 | 0.24 | 261.57 | 0.66 | 0.46 |
| Hex | 5F | 28 | C1 | 33 | 4F | 0 | 18 | 106 | 42 | 2E |
| Octal | 137 | 50 | 301 | 63 | 117 | 0 | 30 | 406 | 102 | 56 |
| Binary | 1011111 | 101000 | 11000001 | 110011 | 1001111 | 0 | 11000 | 100000110 | 1000010 | 101110 |
Color Harmonies of #5F28C1
Complementary color
Monochromatic Colors of #5F28C1
Black with #5F28C1
Text Example
Text Example
White with #5F28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F28C1; }
p { color: rgb(95,40,193); }
H1.HeaderClassName
{
color: #5F28C1;
}
.AnyTagClassName
{
color: #5F28C1;
}
</style>
background-color css
<style>
a { background-color: #5F28C1; }
a { background-color: rgb(95,40,193); }
div.DivClassName
{
background-color: #5F28C1;
}
.BgClassName
{
background-color: #5F28C1;
}
</style>
border-color css
<style>
span { border-color: #5F28C1; }
span { border-color: rgb(95,40,193); }
td.TdClassName
{
border-color: #5F28C1;
}
.TagClassName
{
border-color: #5F28C1;
}
</style>