Shades of Purple Heart #613BBD
Tints of Purple Heart #613BBD
RGB
CMYK
RGB Variations
Color information
#613BBD (or 0x613BBD) is known color: Purple Heart. HEX triplet: 61, 3B and BD. RGB value is (97,59,189). Sum of RGB (Red+Green+Blue) = 97+59+189=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #613BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BBD is #9EC442. Grayscale: #545454. Windows color (decimal): -10404931 or 12401505. OLE color: 12401505.
HSL color Cylindrical-coordinate representation of color #613BBD: hue angle of 257.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613BBD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 59 | 189 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.26 |
| HSL | 257.54º | 0.52% | 0.49% | - |
| HSV(B) | 257.54º | 0.69% | 0.74% | - |
| XYZ | 15.68 | 9.34 | 49.12 | - |
| YUV | 85.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 189 | 0.49 | 0.69 | 0 | 0.26 | 257.54 | 0.52 | 0.49 |
| Hex | 61 | 3B | BD | 31 | 45 | 0 | 1A | 102 | 34 | 31 |
| Octal | 141 | 73 | 275 | 61 | 105 | 0 | 32 | 402 | 64 | 61 |
| Binary | 1100001 | 111011 | 10111101 | 110001 | 1000101 | 0 | 11010 | 100000010 | 110100 | 110001 |
Color Harmonies of #613BBD
Complementary color
Monochromatic Colors of #613BBD
Black with #613BBD
Text Example
Text Example
White with #613BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BBD; }
p { color: rgb(97,59,189); }
H1.HeaderClassName
{
color: #613BBD;
}
.AnyTagClassName
{
color: #613BBD;
}
</style>
background-color css
<style>
a { background-color: #613BBD; }
a { background-color: rgb(97,59,189); }
div.DivClassName
{
background-color: #613BBD;
}
.BgClassName
{
background-color: #613BBD;
}
</style>
border-color css
<style>
span { border-color: #613BBD; }
span { border-color: rgb(97,59,189); }
td.TdClassName
{
border-color: #613BBD;
}
.TagClassName
{
border-color: #613BBD;
}
</style>