Shades of Purple Heart #613EC3
Tints of Purple Heart #613EC3
RGB
CMYK
RGB Variations
Color information
#613EC3 (or 0x613EC3) is known color: Purple Heart. HEX triplet: 61, 3E and C3. RGB value is (97,62,195). Sum of RGB (Red+Green+Blue) = 97+62+195=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #613EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613EC3 is #9EC13C. Grayscale: #575757. Windows color (decimal): -10404157 or 12795489. OLE color: 12795489.
HSL color Cylindrical-coordinate representation of color #613EC3: hue angle of 255.79º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613EC3 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 62 | 195 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.24 |
| HSL | 255.79º | 0.53% | 0.5% | - |
| HSV(B) | 255.79º | 0.68% | 0.76% | - |
| XYZ | 16.5 | 9.93 | 52.68 | - |
| YUV | 87.63 | 188.6 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 195 | 0.50 | 0.68 | 0 | 0.24 | 255.79 | 0.53 | 0.5 |
| Hex | 61 | 3E | C3 | 32 | 44 | 0 | 18 | 100 | 35 | 32 |
| Octal | 141 | 76 | 303 | 62 | 104 | 0 | 30 | 400 | 65 | 62 |
| Binary | 1100001 | 111110 | 11000011 | 110010 | 1000100 | 0 | 11000 | 100000000 | 110101 | 110010 |
Color Harmonies of #613EC3
Complementary color
Monochromatic Colors of #613EC3
Black with #613EC3
Text Example
Text Example
White with #613EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613EC3; }
p { color: rgb(97,62,195); }
H1.HeaderClassName
{
color: #613EC3;
}
.AnyTagClassName
{
color: #613EC3;
}
</style>
background-color css
<style>
a { background-color: #613EC3; }
a { background-color: rgb(97,62,195); }
div.DivClassName
{
background-color: #613EC3;
}
.BgClassName
{
background-color: #613EC3;
}
</style>
border-color css
<style>
span { border-color: #613EC3; }
span { border-color: rgb(97,62,195); }
td.TdClassName
{
border-color: #613EC3;
}
.TagClassName
{
border-color: #613EC3;
}
</style>