Shades of Purple Heart #613AB3
Tints of Purple Heart #613AB3
RGB
CMYK
RGB Variations
Color information
#613AB3 (or 0x613AB3) is known color: Purple Heart. HEX triplet: 61, 3A and B3. RGB value is (97,58,179). Sum of RGB (Red+Green+Blue) = 97+58+179=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #613AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AB3 is #9EC54C. Grayscale: #535353. Windows color (decimal): -10405197 or 11745889. OLE color: 11745889.
HSL color Cylindrical-coordinate representation of color #613AB3: hue angle of 259.34º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613AB3 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 58 | 179 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.30 |
| HSL | 259.34º | 0.51% | 0.46% | - |
| HSV(B) | 259.34º | 0.68% | 0.7% | - |
| XYZ | 14.58 | 8.82 | 43.58 | - |
| YUV | 83.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 179 | 0.46 | 0.68 | 0 | 0.30 | 259.34 | 0.51 | 0.46 |
| Hex | 61 | 3A | B3 | 2E | 44 | 0 | 1E | 103 | 33 | 2E |
| Octal | 141 | 72 | 263 | 56 | 104 | 0 | 36 | 403 | 63 | 56 |
| Binary | 1100001 | 111010 | 10110011 | 101110 | 1000100 | 0 | 11110 | 100000011 | 110011 | 101110 |
Color Harmonies of #613AB3
Complementary color
Monochromatic Colors of #613AB3
Black with #613AB3
Text Example
Text Example
White with #613AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613AB3; }
p { color: rgb(97,58,179); }
H1.HeaderClassName
{
color: #613AB3;
}
.AnyTagClassName
{
color: #613AB3;
}
</style>
background-color css
<style>
a { background-color: #613AB3; }
a { background-color: rgb(97,58,179); }
div.DivClassName
{
background-color: #613AB3;
}
.BgClassName
{
background-color: #613AB3;
}
</style>
border-color css
<style>
span { border-color: #613AB3; }
span { border-color: rgb(97,58,179); }
td.TdClassName
{
border-color: #613AB3;
}
.TagClassName
{
border-color: #613AB3;
}
</style>