Shades of Purple Heart #613ADC
Tints of Purple Heart #613ADC
RGB
CMYK
RGB Variations
Color information
#613ADC (or 0x613ADC) is known color: Purple Heart. HEX triplet: 61, 3A and DC. RGB value is (97,58,220). Sum of RGB (Red+Green+Blue) = 97+58+220=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #613ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ADC is #9EC523. Grayscale: #575757. Windows color (decimal): -10405156 or 14432865. OLE color: 14432865.
HSL color Cylindrical-coordinate representation of color #613ADC: hue angle of 254.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613ADC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 58 | 220 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.14 |
| HSL | 254.44º | 0.7% | 0.55% | - |
| HSV(B) | 254.44º | 0.74% | 0.86% | - |
| XYZ | 19.36 | 10.73 | 68.76 | - |
| YUV | 88.13 | 202.42 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 220 | 0.56 | 0.74 | 0 | 0.14 | 254.44 | 0.7 | 0.55 |
| Hex | 61 | 3A | DC | 38 | 4A | 0 | E | FE | 46 | 37 |
| Octal | 141 | 72 | 334 | 70 | 112 | 0 | 16 | 376 | 106 | 67 |
| Binary | 1100001 | 111010 | 11011100 | 111000 | 1001010 | 0 | 1110 | 11111110 | 1000110 | 110111 |
Color Harmonies of #613ADC
Complementary color
Monochromatic Colors of #613ADC
Black with #613ADC
Text Example
Text Example
White with #613ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ADC; }
p { color: rgb(97,58,220); }
H1.HeaderClassName
{
color: #613ADC;
}
.AnyTagClassName
{
color: #613ADC;
}
</style>
background-color css
<style>
a { background-color: #613ADC; }
a { background-color: rgb(97,58,220); }
div.DivClassName
{
background-color: #613ADC;
}
.BgClassName
{
background-color: #613ADC;
}
</style>
border-color css
<style>
span { border-color: #613ADC; }
span { border-color: rgb(97,58,220); }
td.TdClassName
{
border-color: #613ADC;
}
.TagClassName
{
border-color: #613ADC;
}
</style>