Shades of Purple Heart #613ACC
Tints of Purple Heart #613ACC
RGB
CMYK
RGB Variations
Color information
#613ACC (or 0x613ACC) is known color: Purple Heart. HEX triplet: 61, 3A and CC. RGB value is (97,58,204). Sum of RGB (Red+Green+Blue) = 97+58+204=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #613ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ACC is #9EC533. Grayscale: #555555. Windows color (decimal): -10405172 or 13384289. OLE color: 13384289.
HSL color Cylindrical-coordinate representation of color #613ACC: hue angle of 256.03º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613ACC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 58 | 204 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.2 |
| HSL | 256.03º | 0.59% | 0.51% | - |
| HSV(B) | 256.03º | 0.72% | 0.8% | - |
| XYZ | 17.34 | 9.93 | 58.13 | - |
| YUV | 86.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 204 | 0.52 | 0.72 | 0 | 0.2 | 256.03 | 0.59 | 0.51 |
| Hex | 61 | 3A | CC | 34 | 48 | 0 | 14 | 100 | 3B | 33 |
| Octal | 141 | 72 | 314 | 64 | 110 | 0 | 24 | 400 | 73 | 63 |
| Binary | 1100001 | 111010 | 11001100 | 110100 | 1001000 | 0 | 10100 | 100000000 | 111011 | 110011 |
Color Harmonies of #613ACC
Complementary color
Monochromatic Colors of #613ACC
Black with #613ACC
Text Example
Text Example
White with #613ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ACC; }
p { color: rgb(97,58,204); }
H1.HeaderClassName
{
color: #613ACC;
}
.AnyTagClassName
{
color: #613ACC;
}
</style>
background-color css
<style>
a { background-color: #613ACC; }
a { background-color: rgb(97,58,204); }
div.DivClassName
{
background-color: #613ACC;
}
.BgClassName
{
background-color: #613ACC;
}
</style>
border-color css
<style>
span { border-color: #613ACC; }
span { border-color: rgb(97,58,204); }
td.TdClassName
{
border-color: #613ACC;
}
.TagClassName
{
border-color: #613ACC;
}
</style>