Shades of Purple Heart #613DCC
Tints of Purple Heart #613DCC
RGB
CMYK
RGB Variations
Color information
#613DCC (or 0x613DCC) is known color: Purple Heart. HEX triplet: 61, 3D and CC. RGB value is (97,61,204). Sum of RGB (Red+Green+Blue) = 97+61+204=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #613DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DCC is #9EC233. Grayscale: #575757. Windows color (decimal): -10404404 or 13385057. OLE color: 13385057.
HSL color Cylindrical-coordinate representation of color #613DCC: hue angle of 255.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613DCC is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 61 | 204 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.2 |
| HSL | 255.1º | 0.58% | 0.52% | - |
| HSV(B) | 255.1º | 0.7% | 0.8% | - |
| XYZ | 17.5 | 10.24 | 58.18 | - |
| YUV | 88.07 | 193.43 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 204 | 0.52 | 0.70 | 0 | 0.2 | 255.1 | 0.58 | 0.52 |
| Hex | 61 | 3D | CC | 34 | 46 | 0 | 14 | FF | 3A | 34 |
| Octal | 141 | 75 | 314 | 64 | 106 | 0 | 24 | 377 | 72 | 64 |
| Binary | 1100001 | 111101 | 11001100 | 110100 | 1000110 | 0 | 10100 | 11111111 | 111010 | 110100 |
Color Harmonies of #613DCC
Complementary color
Monochromatic Colors of #613DCC
Black with #613DCC
Text Example
Text Example
White with #613DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613DCC; }
p { color: rgb(97,61,204); }
H1.HeaderClassName
{
color: #613DCC;
}
.AnyTagClassName
{
color: #613DCC;
}
</style>
background-color css
<style>
a { background-color: #613DCC; }
a { background-color: rgb(97,61,204); }
div.DivClassName
{
background-color: #613DCC;
}
.BgClassName
{
background-color: #613DCC;
}
</style>
border-color css
<style>
span { border-color: #613DCC; }
span { border-color: rgb(97,61,204); }
td.TdClassName
{
border-color: #613DCC;
}
.TagClassName
{
border-color: #613DCC;
}
</style>