Shades of Purple Heart #5F1FBE
Tints of Purple Heart #5F1FBE
RGB
CMYK
RGB Variations
Color information
#5F1FBE (or 0x5F1FBE) is known color: Purple Heart. HEX triplet: 5F, 1F and BE. RGB value is (95,31,190). Sum of RGB (Red+Green+Blue) = 95+31+190=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F1FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1FBE is #A0E041. Grayscale: #434343. Windows color (decimal): -10543170 or 12459871. OLE color: 12459871.
HSL color Cylindrical-coordinate representation of color #5F1FBE: hue angle of 264.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1FBE is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 31 | 190 | - |
| CMYK | 0.5 | 0.84 | 0 | 0.25 |
| HSL | 264.15º | 0.72% | 0.43% | - |
| HSV(B) | 264.15º | 0.84% | 0.75% | - |
| XYZ | 14.5 | 7.13 | 49.33 | - |
| YUV | 68.26 | 196.7 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 190 | 0.5 | 0.84 | 0 | 0.25 | 264.15 | 0.72 | 0.43 |
| Hex | 5F | 1F | BE | 32 | 54 | 0 | 19 | 108 | 48 | 2B |
| Octal | 137 | 37 | 276 | 62 | 124 | 0 | 31 | 410 | 110 | 53 |
| Binary | 1011111 | 11111 | 10111110 | 110010 | 1010100 | 0 | 11001 | 100001000 | 1001000 | 101011 |
Color Harmonies of #5F1FBE
Complementary color
Monochromatic Colors of #5F1FBE
Black with #5F1FBE
Text Example
Text Example
White with #5F1FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1FBE; }
p { color: rgb(95,31,190); }
H1.HeaderClassName
{
color: #5F1FBE;
}
.AnyTagClassName
{
color: #5F1FBE;
}
</style>
background-color css
<style>
a { background-color: #5F1FBE; }
a { background-color: rgb(95,31,190); }
div.DivClassName
{
background-color: #5F1FBE;
}
.BgClassName
{
background-color: #5F1FBE;
}
</style>
border-color css
<style>
span { border-color: #5F1FBE; }
span { border-color: rgb(95,31,190); }
td.TdClassName
{
border-color: #5F1FBE;
}
.TagClassName
{
border-color: #5F1FBE;
}
</style>