Shades of Purple Heart #5F30C1
Tints of Purple Heart #5F30C1
RGB
CMYK
RGB Variations
Color information
#5F30C1 (or 0x5F30C1) is known color: Purple Heart. HEX triplet: 5F, 30 and C1. RGB value is (95,48,193). Sum of RGB (Red+Green+Blue) = 95+48+193=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #5F30C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F30C1 is #A0CF3E. Grayscale: #4E4E4E. Windows color (decimal): -10538815 or 12660831. OLE color: 12660831.
HSL color Cylindrical-coordinate representation of color #5F30C1: hue angle of 259.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F30C1 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 48 | 193 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.24 |
| HSL | 259.45º | 0.6% | 0.47% | - |
| HSV(B) | 259.45º | 0.75% | 0.76% | - |
| XYZ | 15.4 | 8.4 | 51.26 | - |
| YUV | 78.58 | 192.57 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 48 | 193 | 0.51 | 0.75 | 0 | 0.24 | 259.45 | 0.6 | 0.47 |
| Hex | 5F | 30 | C1 | 33 | 4B | 0 | 18 | 103 | 3C | 2F |
| Octal | 137 | 60 | 301 | 63 | 113 | 0 | 30 | 403 | 74 | 57 |
| Binary | 1011111 | 110000 | 11000001 | 110011 | 1001011 | 0 | 11000 | 100000011 | 111100 | 101111 |
Color Harmonies of #5F30C1
Complementary color
Monochromatic Colors of #5F30C1
Black with #5F30C1
Text Example
Text Example
White with #5F30C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F30C1; }
p { color: rgb(95,48,193); }
H1.HeaderClassName
{
color: #5F30C1;
}
.AnyTagClassName
{
color: #5F30C1;
}
</style>
background-color css
<style>
a { background-color: #5F30C1; }
a { background-color: rgb(95,48,193); }
div.DivClassName
{
background-color: #5F30C1;
}
.BgClassName
{
background-color: #5F30C1;
}
</style>
border-color css
<style>
span { border-color: #5F30C1; }
span { border-color: rgb(95,48,193); }
td.TdClassName
{
border-color: #5F30C1;
}
.TagClassName
{
border-color: #5F30C1;
}
</style>