Shades of Purple Heart #5F39C2
Tints of Purple Heart #5F39C2
RGB
CMYK
RGB Variations
Color information
#5F39C2 (or 0x5F39C2) is known color: Purple Heart. HEX triplet: 5F, 39 and C2. RGB value is (95,57,194). Sum of RGB (Red+Green+Blue) = 95+57+194=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 194 (76.17% from 255 or 56.07% from 346); Max value from RGB is 194 - color contains mainly: blue. Hex color #5F39C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F39C2 is #A0C63D. Grayscale: #535353. Windows color (decimal): -10536510 or 12728671. OLE color: 12728671.
HSL color Cylindrical-coordinate representation of color #5F39C2: hue angle of 256.64º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F39C2 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 57 | 194 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.24 |
| HSL | 256.64º | 0.55% | 0.49% | - |
| HSV(B) | 256.64º | 0.71% | 0.76% | - |
| XYZ | 15.92 | 9.25 | 51.99 | - |
| YUV | 83.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 57 | 194 | 0.51 | 0.71 | 0 | 0.24 | 256.64 | 0.55 | 0.49 |
| Hex | 5F | 39 | C2 | 33 | 47 | 0 | 18 | 101 | 37 | 31 |
| Octal | 137 | 71 | 302 | 63 | 107 | 0 | 30 | 401 | 67 | 61 |
| Binary | 1011111 | 111001 | 11000010 | 110011 | 1000111 | 0 | 11000 | 100000001 | 110111 | 110001 |
Color Harmonies of #5F39C2
Complementary color
Monochromatic Colors of #5F39C2
Black with #5F39C2
Text Example
Text Example
White with #5F39C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F39C2; }
p { color: rgb(95,57,194); }
H1.HeaderClassName
{
color: #5F39C2;
}
.AnyTagClassName
{
color: #5F39C2;
}
</style>
background-color css
<style>
a { background-color: #5F39C2; }
a { background-color: rgb(95,57,194); }
div.DivClassName
{
background-color: #5F39C2;
}
.BgClassName
{
background-color: #5F39C2;
}
</style>
border-color css
<style>
span { border-color: #5F39C2; }
span { border-color: rgb(95,57,194); }
td.TdClassName
{
border-color: #5F39C2;
}
.TagClassName
{
border-color: #5F39C2;
}
</style>