Shades of Purple Heart #5F3CC5
Tints of Purple Heart #5F3CC5
RGB
CMYK
RGB Variations
Color information
#5F3CC5 (or 0x5F3CC5) is known color: Purple Heart. HEX triplet: 5F, 3C and C5. RGB value is (95,60,197). Sum of RGB (Red+Green+Blue) = 95+60+197=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #5F3CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3CC5 is #A0C33A. Grayscale: #555555. Windows color (decimal): -10535739 or 12926047. OLE color: 12926047.
HSL color Cylindrical-coordinate representation of color #5F3CC5: hue angle of 255.33º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F3CC5 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 60 | 197 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.23 |
| HSL | 255.33º | 0.54% | 0.5% | - |
| HSV(B) | 255.33º | 0.7% | 0.77% | - |
| XYZ | 16.41 | 9.7 | 53.83 | - |
| YUV | 86.08 | 190.6 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 60 | 197 | 0.52 | 0.70 | 0 | 0.23 | 255.33 | 0.54 | 0.5 |
| Hex | 5F | 3C | C5 | 34 | 46 | 0 | 17 | FF | 36 | 32 |
| Octal | 137 | 74 | 305 | 64 | 106 | 0 | 27 | 377 | 66 | 62 |
| Binary | 1011111 | 111100 | 11000101 | 110100 | 1000110 | 0 | 10111 | 11111111 | 110110 | 110010 |
Color Harmonies of #5F3CC5
Complementary color
Monochromatic Colors of #5F3CC5
Black with #5F3CC5
Text Example
Text Example
White with #5F3CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3CC5; }
p { color: rgb(95,60,197); }
H1.HeaderClassName
{
color: #5F3CC5;
}
.AnyTagClassName
{
color: #5F3CC5;
}
</style>
background-color css
<style>
a { background-color: #5F3CC5; }
a { background-color: rgb(95,60,197); }
div.DivClassName
{
background-color: #5F3CC5;
}
.BgClassName
{
background-color: #5F3CC5;
}
</style>
border-color css
<style>
span { border-color: #5F3CC5; }
span { border-color: rgb(95,60,197); }
td.TdClassName
{
border-color: #5F3CC5;
}
.TagClassName
{
border-color: #5F3CC5;
}
</style>