Shades of Purple Heart #613ACE
Tints of Purple Heart #613ACE
RGB
CMYK
RGB Variations
Color information
#613ACE (or 0x613ACE) is known color: Purple Heart. HEX triplet: 61, 3A and CE. RGB value is (97,58,206). Sum of RGB (Red+Green+Blue) = 97+58+206=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #613ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ACE is #9EC531. Grayscale: #555555. Windows color (decimal): -10405170 or 13515361. OLE color: 13515361.
HSL color Cylindrical-coordinate representation of color #613ACE: hue angle of 255.81º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613ACE is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 58 | 206 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.19 |
| HSL | 255.81º | 0.6% | 0.52% | - |
| HSV(B) | 255.81º | 0.72% | 0.81% | - |
| XYZ | 17.58 | 10.02 | 59.4 | - |
| YUV | 86.53 | 195.42 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 206 | 0.53 | 0.72 | 0 | 0.19 | 255.81 | 0.6 | 0.52 |
| Hex | 61 | 3A | CE | 35 | 48 | 0 | 13 | 100 | 3C | 34 |
| Octal | 141 | 72 | 316 | 65 | 110 | 0 | 23 | 400 | 74 | 64 |
| Binary | 1100001 | 111010 | 11001110 | 110101 | 1001000 | 0 | 10011 | 100000000 | 111100 | 110100 |
Color Harmonies of #613ACE
Complementary color
Monochromatic Colors of #613ACE
Black with #613ACE
Text Example
Text Example
White with #613ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ACE; }
p { color: rgb(97,58,206); }
H1.HeaderClassName
{
color: #613ACE;
}
.AnyTagClassName
{
color: #613ACE;
}
</style>
background-color css
<style>
a { background-color: #613ACE; }
a { background-color: rgb(97,58,206); }
div.DivClassName
{
background-color: #613ACE;
}
.BgClassName
{
background-color: #613ACE;
}
</style>
border-color css
<style>
span { border-color: #613ACE; }
span { border-color: rgb(97,58,206); }
td.TdClassName
{
border-color: #613ACE;
}
.TagClassName
{
border-color: #613ACE;
}
</style>