Shades of Purple Heart #612FDC
Tints of Purple Heart #612FDC
RGB
CMYK
RGB Variations
Color information
#612FDC (or 0x612FDC) is known color: Purple Heart. HEX triplet: 61, 2F and DC. RGB value is (97,47,220). Sum of RGB (Red+Green+Blue) = 97+47+220=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #612FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612FDC is #9ED023. Grayscale: #515151. Windows color (decimal): -10407972 or 14430049. OLE color: 14430049.
HSL color Cylindrical-coordinate representation of color #612FDC: hue angle of 257.34º 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 #612FDC is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 47 | 220 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.14 |
| HSL | 257.34º | 0.71% | 0.52% | - |
| HSV(B) | 257.34º | 0.79% | 0.86% | - |
| XYZ | 18.86 | 9.74 | 68.6 | - |
| YUV | 81.67 | 206.07 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 220 | 0.56 | 0.79 | 0 | 0.14 | 257.34 | 0.71 | 0.52 |
| Hex | 61 | 2F | DC | 38 | 4F | 0 | E | 101 | 47 | 34 |
| Octal | 141 | 57 | 334 | 70 | 117 | 0 | 16 | 401 | 107 | 64 |
| Binary | 1100001 | 101111 | 11011100 | 111000 | 1001111 | 0 | 1110 | 100000001 | 1000111 | 110100 |
Color Harmonies of #612FDC
Complementary color
Monochromatic Colors of #612FDC
Black with #612FDC
Text Example
Text Example
White with #612FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612FDC; }
p { color: rgb(97,47,220); }
H1.HeaderClassName
{
color: #612FDC;
}
.AnyTagClassName
{
color: #612FDC;
}
</style>
background-color css
<style>
a { background-color: #612FDC; }
a { background-color: rgb(97,47,220); }
div.DivClassName
{
background-color: #612FDC;
}
.BgClassName
{
background-color: #612FDC;
}
</style>
border-color css
<style>
span { border-color: #612FDC; }
span { border-color: rgb(97,47,220); }
td.TdClassName
{
border-color: #612FDC;
}
.TagClassName
{
border-color: #612FDC;
}
</style>