Shades of Purple Heart #613BE1
Tints of Purple Heart #613BE1
RGB
CMYK
RGB Variations
Color information
#613BE1 (or 0x613BE1) is known color: Purple Heart. HEX triplet: 61, 3B and E1. RGB value is (97,59,225). Sum of RGB (Red+Green+Blue) = 97+59+225=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #613BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BE1 is #9EC41E. Grayscale: #585858. Windows color (decimal): -10404895 or 14760801. OLE color: 14760801.
HSL color Cylindrical-coordinate representation of color #613BE1: hue angle of 253.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613BE1 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 59 | 225 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.12 |
| HSL | 253.73º | 0.73% | 0.56% | - |
| HSV(B) | 253.73º | 0.74% | 0.88% | - |
| XYZ | 20.08 | 11.11 | 72.32 | - |
| YUV | 89.29 | 204.59 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 225 | 0.57 | 0.74 | 0 | 0.12 | 253.73 | 0.73 | 0.56 |
| Hex | 61 | 3B | E1 | 39 | 4A | 0 | C | FE | 49 | 38 |
| Octal | 141 | 73 | 341 | 71 | 112 | 0 | 14 | 376 | 111 | 70 |
| Binary | 1100001 | 111011 | 11100001 | 111001 | 1001010 | 0 | 1100 | 11111110 | 1001001 | 111000 |
Color Harmonies of #613BE1
Complementary color
Monochromatic Colors of #613BE1
Black with #613BE1
Text Example
Text Example
White with #613BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BE1; }
p { color: rgb(97,59,225); }
H1.HeaderClassName
{
color: #613BE1;
}
.AnyTagClassName
{
color: #613BE1;
}
</style>
background-color css
<style>
a { background-color: #613BE1; }
a { background-color: rgb(97,59,225); }
div.DivClassName
{
background-color: #613BE1;
}
.BgClassName
{
background-color: #613BE1;
}
</style>
border-color css
<style>
span { border-color: #613BE1; }
span { border-color: rgb(97,59,225); }
td.TdClassName
{
border-color: #613BE1;
}
.TagClassName
{
border-color: #613BE1;
}
</style>