Shades of Purple Heart #613CC5
Tints of Purple Heart #613CC5
RGB
CMYK
RGB Variations
Color information
#613CC5 (or 0x613CC5) is known color: Purple Heart. HEX triplet: 61, 3C and C5. RGB value is (97,60,197). Sum of RGB (Red+Green+Blue) = 97+60+197=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #613CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CC5 is #9EC33A. Grayscale: #565656. Windows color (decimal): -10404667 or 12926049. OLE color: 12926049.
HSL color Cylindrical-coordinate representation of color #613CC5: hue angle of 256.2º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613CC5 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 60 | 197 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.23 |
| HSL | 256.2º | 0.54% | 0.5% | - |
| HSV(B) | 256.2º | 0.7% | 0.77% | - |
| XYZ | 16.62 | 9.8 | 53.84 | - |
| YUV | 86.68 | 190.26 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 197 | 0.51 | 0.70 | 0 | 0.23 | 256.2 | 0.54 | 0.5 |
| Hex | 61 | 3C | C5 | 33 | 46 | 0 | 17 | 100 | 36 | 32 |
| Octal | 141 | 74 | 305 | 63 | 106 | 0 | 27 | 400 | 66 | 62 |
| Binary | 1100001 | 111100 | 11000101 | 110011 | 1000110 | 0 | 10111 | 100000000 | 110110 | 110010 |
Color Harmonies of #613CC5
Complementary color
Monochromatic Colors of #613CC5
Black with #613CC5
Text Example
Text Example
White with #613CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CC5; }
p { color: rgb(97,60,197); }
H1.HeaderClassName
{
color: #613CC5;
}
.AnyTagClassName
{
color: #613CC5;
}
</style>
background-color css
<style>
a { background-color: #613CC5; }
a { background-color: rgb(97,60,197); }
div.DivClassName
{
background-color: #613CC5;
}
.BgClassName
{
background-color: #613CC5;
}
</style>
border-color css
<style>
span { border-color: #613CC5; }
span { border-color: rgb(97,60,197); }
td.TdClassName
{
border-color: #613CC5;
}
.TagClassName
{
border-color: #613CC5;
}
</style>