Shades of Purple Heart #613CCC
Tints of Purple Heart #613CCC
RGB
CMYK
RGB Variations
Color information
#613CCC (or 0x613CCC) is known color: Purple Heart. HEX triplet: 61, 3C and CC. RGB value is (97,60,204). Sum of RGB (Red+Green+Blue) = 97+60+204=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #613CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CCC is #9EC333. Grayscale: #565656. Windows color (decimal): -10404660 or 13384801. OLE color: 13384801.
HSL color Cylindrical-coordinate representation of color #613CCC: hue angle of 255.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613CCC is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 60 | 204 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.2 |
| HSL | 255.42º | 0.59% | 0.52% | - |
| HSV(B) | 255.42º | 0.71% | 0.8% | - |
| XYZ | 17.44 | 10.13 | 58.16 | - |
| YUV | 87.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 204 | 0.52 | 0.71 | 0 | 0.2 | 255.42 | 0.59 | 0.52 |
| Hex | 61 | 3C | CC | 34 | 47 | 0 | 14 | FF | 3B | 34 |
| Octal | 141 | 74 | 314 | 64 | 107 | 0 | 24 | 377 | 73 | 64 |
| Binary | 1100001 | 111100 | 11001100 | 110100 | 1000111 | 0 | 10100 | 11111111 | 111011 | 110100 |
Color Harmonies of #613CCC
Complementary color
Monochromatic Colors of #613CCC
Black with #613CCC
Text Example
Text Example
White with #613CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CCC; }
p { color: rgb(97,60,204); }
H1.HeaderClassName
{
color: #613CCC;
}
.AnyTagClassName
{
color: #613CCC;
}
</style>
background-color css
<style>
a { background-color: #613CCC; }
a { background-color: rgb(97,60,204); }
div.DivClassName
{
background-color: #613CCC;
}
.BgClassName
{
background-color: #613CCC;
}
</style>
border-color css
<style>
span { border-color: #613CCC; }
span { border-color: rgb(97,60,204); }
td.TdClassName
{
border-color: #613CCC;
}
.TagClassName
{
border-color: #613CCC;
}
</style>