Shades of Purple Heart #612DDB
Tints of Purple Heart #612DDB
RGB
CMYK
RGB Variations
Color information
#612DDB (or 0x612DDB) is known color: Purple Heart. HEX triplet: 61, 2D and DB. RGB value is (97,45,219). Sum of RGB (Red+Green+Blue) = 97+45+219=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #612DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DDB is #9ED224. Grayscale: #4F4F4F. Windows color (decimal): -10408485 or 14364001. OLE color: 14364001.
HSL color Cylindrical-coordinate representation of color #612DDB: hue angle of 257.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612DDB is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 45 | 219 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.14 |
| HSL | 257.93º | 0.71% | 0.52% | - |
| HSV(B) | 257.93º | 0.79% | 0.86% | - |
| XYZ | 18.65 | 9.53 | 67.87 | - |
| YUV | 80.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 219 | 0.56 | 0.79 | 0 | 0.14 | 257.93 | 0.71 | 0.52 |
| Hex | 61 | 2D | DB | 38 | 4F | 0 | E | 102 | 47 | 34 |
| Octal | 141 | 55 | 333 | 70 | 117 | 0 | 16 | 402 | 107 | 64 |
| Binary | 1100001 | 101101 | 11011011 | 111000 | 1001111 | 0 | 1110 | 100000010 | 1000111 | 110100 |
Color Harmonies of #612DDB
Complementary color
Monochromatic Colors of #612DDB
Black with #612DDB
Text Example
Text Example
White with #612DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612DDB; }
p { color: rgb(97,45,219); }
H1.HeaderClassName
{
color: #612DDB;
}
.AnyTagClassName
{
color: #612DDB;
}
</style>
background-color css
<style>
a { background-color: #612DDB; }
a { background-color: rgb(97,45,219); }
div.DivClassName
{
background-color: #612DDB;
}
.BgClassName
{
background-color: #612DDB;
}
</style>
border-color css
<style>
span { border-color: #612DDB; }
span { border-color: rgb(97,45,219); }
td.TdClassName
{
border-color: #612DDB;
}
.TagClassName
{
border-color: #612DDB;
}
</style>