Shades of Purple Heart #613AE0
Tints of Purple Heart #613AE0
RGB
CMYK
RGB Variations
Color information
#613AE0 (or 0x613AE0) is known color: Purple Heart. HEX triplet: 61, 3A and E0. RGB value is (97,58,224). Sum of RGB (Red+Green+Blue) = 97+58+224=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #613AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AE0 is #9EC51F. Grayscale: #575757. Windows color (decimal): -10405152 or 14695009. OLE color: 14695009.
HSL color Cylindrical-coordinate representation of color #613AE0: hue angle of 254.1º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613AE0 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 58 | 224 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.12 |
| HSL | 254.1º | 0.73% | 0.55% | - |
| HSV(B) | 254.1º | 0.74% | 0.88% | - |
| XYZ | 19.9 | 10.95 | 71.59 | - |
| YUV | 88.59 | 204.42 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 224 | 0.57 | 0.74 | 0 | 0.12 | 254.1 | 0.73 | 0.55 |
| Hex | 61 | 3A | E0 | 39 | 4A | 0 | C | FE | 49 | 37 |
| Octal | 141 | 72 | 340 | 71 | 112 | 0 | 14 | 376 | 111 | 67 |
| Binary | 1100001 | 111010 | 11100000 | 111001 | 1001010 | 0 | 1100 | 11111110 | 1001001 | 110111 |
Color Harmonies of #613AE0
Complementary color
Monochromatic Colors of #613AE0
Black with #613AE0
Text Example
Text Example
White with #613AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613AE0; }
p { color: rgb(97,58,224); }
H1.HeaderClassName
{
color: #613AE0;
}
.AnyTagClassName
{
color: #613AE0;
}
</style>
background-color css
<style>
a { background-color: #613AE0; }
a { background-color: rgb(97,58,224); }
div.DivClassName
{
background-color: #613AE0;
}
.BgClassName
{
background-color: #613AE0;
}
</style>
border-color css
<style>
span { border-color: #613AE0; }
span { border-color: rgb(97,58,224); }
td.TdClassName
{
border-color: #613AE0;
}
.TagClassName
{
border-color: #613AE0;
}
</style>