Shades of Purple Heart #613CCE
Tints of Purple Heart #613CCE
RGB
CMYK
RGB Variations
Color information
#613CCE (or 0x613CCE) is known color: Purple Heart. HEX triplet: 61, 3C and CE. RGB value is (97,60,206). Sum of RGB (Red+Green+Blue) = 97+60+206=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #613CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CCE is #9EC331. Grayscale: #575757. Windows color (decimal): -10404658 or 13515873. OLE color: 13515873.
HSL color Cylindrical-coordinate representation of color #613CCE: hue angle of 255.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613CCE is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 60 | 206 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.19 |
| HSL | 255.21º | 0.6% | 0.52% | - |
| HSV(B) | 255.21º | 0.71% | 0.81% | - |
| XYZ | 17.69 | 10.23 | 59.43 | - |
| YUV | 87.71 | 194.76 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 206 | 0.53 | 0.71 | 0 | 0.19 | 255.21 | 0.6 | 0.52 |
| Hex | 61 | 3C | CE | 35 | 47 | 0 | 13 | FF | 3C | 34 |
| Octal | 141 | 74 | 316 | 65 | 107 | 0 | 23 | 377 | 74 | 64 |
| Binary | 1100001 | 111100 | 11001110 | 110101 | 1000111 | 0 | 10011 | 11111111 | 111100 | 110100 |
Color Harmonies of #613CCE
Complementary color
Monochromatic Colors of #613CCE
Black with #613CCE
Text Example
Text Example
White with #613CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CCE; }
p { color: rgb(97,60,206); }
H1.HeaderClassName
{
color: #613CCE;
}
.AnyTagClassName
{
color: #613CCE;
}
</style>
background-color css
<style>
a { background-color: #613CCE; }
a { background-color: rgb(97,60,206); }
div.DivClassName
{
background-color: #613CCE;
}
.BgClassName
{
background-color: #613CCE;
}
</style>
border-color css
<style>
span { border-color: #613CCE; }
span { border-color: rgb(97,60,206); }
td.TdClassName
{
border-color: #613CCE;
}
.TagClassName
{
border-color: #613CCE;
}
</style>