Shades of Purple Heart #613ADB
Tints of Purple Heart #613ADB
RGB
CMYK
RGB Variations
Color information
#613ADB (or 0x613ADB) is known color: Purple Heart. HEX triplet: 61, 3A and DB. RGB value is (97,58,219). Sum of RGB (Red+Green+Blue) = 97+58+219=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #613ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ADB is #9EC524. Grayscale: #575757. Windows color (decimal): -10405157 or 14367329. OLE color: 14367329.
HSL color Cylindrical-coordinate representation of color #613ADB: hue angle of 254.53º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613ADB is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 58 | 219 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.14 |
| HSL | 254.53º | 0.69% | 0.54% | - |
| HSV(B) | 254.53º | 0.74% | 0.86% | - |
| XYZ | 19.23 | 10.68 | 68.07 | - |
| YUV | 88.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 219 | 0.56 | 0.74 | 0 | 0.14 | 254.53 | 0.69 | 0.54 |
| Hex | 61 | 3A | DB | 38 | 4A | 0 | E | FF | 45 | 36 |
| Octal | 141 | 72 | 333 | 70 | 112 | 0 | 16 | 377 | 105 | 66 |
| Binary | 1100001 | 111010 | 11011011 | 111000 | 1001010 | 0 | 1110 | 11111111 | 1000101 | 110110 |
Color Harmonies of #613ADB
Complementary color
Monochromatic Colors of #613ADB
Black with #613ADB
Text Example
Text Example
White with #613ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ADB; }
p { color: rgb(97,58,219); }
H1.HeaderClassName
{
color: #613ADB;
}
.AnyTagClassName
{
color: #613ADB;
}
</style>
background-color css
<style>
a { background-color: #613ADB; }
a { background-color: rgb(97,58,219); }
div.DivClassName
{
background-color: #613ADB;
}
.BgClassName
{
background-color: #613ADB;
}
</style>
border-color css
<style>
span { border-color: #613ADB; }
span { border-color: rgb(97,58,219); }
td.TdClassName
{
border-color: #613ADB;
}
.TagClassName
{
border-color: #613ADB;
}
</style>