Shades of Purple Heart #613EBA
Tints of Purple Heart #613EBA
RGB
CMYK
RGB Variations
Color information
#613EBA (or 0x613EBA) is known color: Purple Heart. HEX triplet: 61, 3E and BA. RGB value is (97,62,186). Sum of RGB (Red+Green+Blue) = 97+62+186=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #613EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613EBA is #9EC145. Grayscale: #565656. Windows color (decimal): -10404166 or 12205665. OLE color: 12205665.
HSL color Cylindrical-coordinate representation of color #613EBA: hue angle of 256.94º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613EBA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 62 | 186 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.27 |
| HSL | 256.94º | 0.5% | 0.49% | - |
| HSV(B) | 256.94º | 0.67% | 0.73% | - |
| XYZ | 15.52 | 9.53 | 47.48 | - |
| YUV | 86.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 186 | 0.48 | 0.67 | 0 | 0.27 | 256.94 | 0.5 | 0.49 |
| Hex | 61 | 3E | BA | 30 | 43 | 0 | 1B | 101 | 32 | 31 |
| Octal | 141 | 76 | 272 | 60 | 103 | 0 | 33 | 401 | 62 | 61 |
| Binary | 1100001 | 111110 | 10111010 | 110000 | 1000011 | 0 | 11011 | 100000001 | 110010 | 110001 |
Color Harmonies of #613EBA
Complementary color
Monochromatic Colors of #613EBA
Black with #613EBA
Text Example
Text Example
White with #613EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613EBA; }
p { color: rgb(97,62,186); }
H1.HeaderClassName
{
color: #613EBA;
}
.AnyTagClassName
{
color: #613EBA;
}
</style>
background-color css
<style>
a { background-color: #613EBA; }
a { background-color: rgb(97,62,186); }
div.DivClassName
{
background-color: #613EBA;
}
.BgClassName
{
background-color: #613EBA;
}
</style>
border-color css
<style>
span { border-color: #613EBA; }
span { border-color: rgb(97,62,186); }
td.TdClassName
{
border-color: #613EBA;
}
.TagClassName
{
border-color: #613EBA;
}
</style>