Shades of Purple Heart #612DDF
Tints of Purple Heart #612DDF
RGB
CMYK
RGB Variations
Color information
#612DDF (or 0x612DDF) is known color: Purple Heart. HEX triplet: 61, 2D and DF. RGB value is (97,45,223). Sum of RGB (Red+Green+Blue) = 97+45+223=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #612DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DDF is #9ED220. Grayscale: #505050. Windows color (decimal): -10408481 or 14626145. OLE color: 14626145.
HSL color Cylindrical-coordinate representation of color #612DDF: hue angle of 257.53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612DDF is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 45 | 223 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.13 |
| HSL | 257.53º | 0.74% | 0.53% | - |
| HSV(B) | 257.53º | 0.8% | 0.87% | - |
| XYZ | 19.19 | 9.75 | 70.68 | - |
| YUV | 80.84 | 208.23 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 223 | 0.57 | 0.80 | 0 | 0.13 | 257.53 | 0.74 | 0.53 |
| Hex | 61 | 2D | DF | 39 | 50 | 0 | D | 102 | 4A | 35 |
| Octal | 141 | 55 | 337 | 71 | 120 | 0 | 15 | 402 | 112 | 65 |
| Binary | 1100001 | 101101 | 11011111 | 111001 | 1010000 | 0 | 1101 | 100000010 | 1001010 | 110101 |
Color Harmonies of #612DDF
Complementary color
Monochromatic Colors of #612DDF
Black with #612DDF
Text Example
Text Example
White with #612DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612DDF; }
p { color: rgb(97,45,223); }
H1.HeaderClassName
{
color: #612DDF;
}
.AnyTagClassName
{
color: #612DDF;
}
</style>
background-color css
<style>
a { background-color: #612DDF; }
a { background-color: rgb(97,45,223); }
div.DivClassName
{
background-color: #612DDF;
}
.BgClassName
{
background-color: #612DDF;
}
</style>
border-color css
<style>
span { border-color: #612DDF; }
span { border-color: rgb(97,45,223); }
td.TdClassName
{
border-color: #612DDF;
}
.TagClassName
{
border-color: #612DDF;
}
</style>