Shades of Purple Heart #613CDA
Tints of Purple Heart #613CDA
RGB
CMYK
RGB Variations
Color information
#613CDA (or 0x613CDA) is known color: Purple Heart. HEX triplet: 61, 3C and DA. RGB value is (97,60,218). Sum of RGB (Red+Green+Blue) = 97+60+218=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #613CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CDA is #9EC325. Grayscale: #585858. Windows color (decimal): -10404646 or 14302305. OLE color: 14302305.
HSL color Cylindrical-coordinate representation of color #613CDA: hue angle of 254.05º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #613CDA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 60 | 218 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.15 |
| HSL | 254.05º | 0.68% | 0.55% | - |
| HSV(B) | 254.05º | 0.72% | 0.85% | - |
| XYZ | 19.2 | 10.84 | 67.41 | - |
| YUV | 89.08 | 200.76 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 218 | 0.56 | 0.72 | 0 | 0.15 | 254.05 | 0.68 | 0.55 |
| Hex | 61 | 3C | DA | 38 | 48 | 0 | F | FE | 44 | 37 |
| Octal | 141 | 74 | 332 | 70 | 110 | 0 | 17 | 376 | 104 | 67 |
| Binary | 1100001 | 111100 | 11011010 | 111000 | 1001000 | 0 | 1111 | 11111110 | 1000100 | 110111 |
Color Harmonies of #613CDA
Complementary color
Monochromatic Colors of #613CDA
Black with #613CDA
Text Example
Text Example
White with #613CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CDA; }
p { color: rgb(97,60,218); }
H1.HeaderClassName
{
color: #613CDA;
}
.AnyTagClassName
{
color: #613CDA;
}
</style>
background-color css
<style>
a { background-color: #613CDA; }
a { background-color: rgb(97,60,218); }
div.DivClassName
{
background-color: #613CDA;
}
.BgClassName
{
background-color: #613CDA;
}
</style>
border-color css
<style>
span { border-color: #613CDA; }
span { border-color: rgb(97,60,218); }
td.TdClassName
{
border-color: #613CDA;
}
.TagClassName
{
border-color: #613CDA;
}
</style>