Shades of Purple Heart #612FD6
Tints of Purple Heart #612FD6
RGB
CMYK
RGB Variations
Color information
#612FD6 (or 0x612FD6) is known color: Purple Heart. HEX triplet: 61, 2F and D6. RGB value is (97,47,214). Sum of RGB (Red+Green+Blue) = 97+47+214=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #612FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612FD6 is #9ED029. Grayscale: #505050. Windows color (decimal): -10407978 or 14036833. OLE color: 14036833.
HSL color Cylindrical-coordinate representation of color #612FD6: hue angle of 257.96º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612FD6 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 47 | 214 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.16 |
| HSL | 257.96º | 0.67% | 0.51% | - |
| HSV(B) | 257.96º | 0.78% | 0.84% | - |
| XYZ | 18.08 | 9.43 | 64.49 | - |
| YUV | 80.99 | 203.07 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 214 | 0.55 | 0.78 | 0 | 0.16 | 257.96 | 0.67 | 0.51 |
| Hex | 61 | 2F | D6 | 37 | 4E | 0 | 10 | 102 | 43 | 33 |
| Octal | 141 | 57 | 326 | 67 | 116 | 0 | 20 | 402 | 103 | 63 |
| Binary | 1100001 | 101111 | 11010110 | 110111 | 1001110 | 0 | 10000 | 100000010 | 1000011 | 110011 |
Color Harmonies of #612FD6
Complementary color
Monochromatic Colors of #612FD6
Black with #612FD6
Text Example
Text Example
White with #612FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612FD6; }
p { color: rgb(97,47,214); }
H1.HeaderClassName
{
color: #612FD6;
}
.AnyTagClassName
{
color: #612FD6;
}
</style>
background-color css
<style>
a { background-color: #612FD6; }
a { background-color: rgb(97,47,214); }
div.DivClassName
{
background-color: #612FD6;
}
.BgClassName
{
background-color: #612FD6;
}
</style>
border-color css
<style>
span { border-color: #612FD6; }
span { border-color: rgb(97,47,214); }
td.TdClassName
{
border-color: #612FD6;
}
.TagClassName
{
border-color: #612FD6;
}
</style>