Shades of Purple Heart #5F13CF
Tints of Purple Heart #5F13CF
RGB
CMYK
RGB Variations
Color information
#5F13CF (or 0x5F13CF) is known color: Purple Heart. HEX triplet: 5F, 13 and CF. RGB value is (95,19,207). Sum of RGB (Red+Green+Blue) = 95+19+207=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F13CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F13CF is #A0EC30. Grayscale: #3E3E3E. Windows color (decimal): -10546225 or 13570911. OLE color: 13570911.
HSL color Cylindrical-coordinate representation of color #5F13CF: hue angle of 264.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F13CF is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 19 | 207 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.19 |
| HSL | 264.26º | 0.83% | 0.44% | - |
| HSV(B) | 264.26º | 0.91% | 0.81% | - |
| XYZ | 16.21 | 7.4 | 59.61 | - |
| YUV | 63.16 | 209.18 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 207 | 0.54 | 0.91 | 0 | 0.19 | 264.26 | 0.83 | 0.44 |
| Hex | 5F | 13 | CF | 36 | 5B | 0 | 13 | 108 | 53 | 2C |
| Octal | 137 | 23 | 317 | 66 | 133 | 0 | 23 | 410 | 123 | 54 |
| Binary | 1011111 | 10011 | 11001111 | 110110 | 1011011 | 0 | 10011 | 100001000 | 1010011 | 101100 |
Color Harmonies of #5F13CF
Complementary color
Monochromatic Colors of #5F13CF
Black with #5F13CF
Text Example
Text Example
White with #5F13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F13CF; }
p { color: rgb(95,19,207); }
H1.HeaderClassName
{
color: #5F13CF;
}
.AnyTagClassName
{
color: #5F13CF;
}
</style>
background-color css
<style>
a { background-color: #5F13CF; }
a { background-color: rgb(95,19,207); }
div.DivClassName
{
background-color: #5F13CF;
}
.BgClassName
{
background-color: #5F13CF;
}
</style>
border-color css
<style>
span { border-color: #5F13CF; }
span { border-color: rgb(95,19,207); }
td.TdClassName
{
border-color: #5F13CF;
}
.TagClassName
{
border-color: #5F13CF;
}
</style>