Shades of Purple Heart #612DCC
Tints of Purple Heart #612DCC
RGB
CMYK
RGB Variations
Color information
#612DCC (or 0x612DCC) is known color: Purple Heart. HEX triplet: 61, 2D and CC. RGB value is (97,45,204). Sum of RGB (Red+Green+Blue) = 97+45+204=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #612DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612DCC is #9ED233. Grayscale: #4E4E4E. Windows color (decimal): -10408500 or 13380961. OLE color: 13380961.
HSL color Cylindrical-coordinate representation of color #612DCC: hue angle of 259.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612DCC is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 45 | 204 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.2 |
| HSL | 259.62º | 0.64% | 0.49% | - |
| HSV(B) | 259.62º | 0.78% | 0.8% | - |
| XYZ | 16.77 | 8.78 | 57.94 | - |
| YUV | 78.67 | 198.73 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 204 | 0.52 | 0.78 | 0 | 0.2 | 259.62 | 0.64 | 0.49 |
| Hex | 61 | 2D | CC | 34 | 4E | 0 | 14 | 104 | 40 | 31 |
| Octal | 141 | 55 | 314 | 64 | 116 | 0 | 24 | 404 | 100 | 61 |
| Binary | 1100001 | 101101 | 11001100 | 110100 | 1001110 | 0 | 10100 | 100000100 | 1000000 | 110001 |
Color Harmonies of #612DCC
Complementary color
Monochromatic Colors of #612DCC
Black with #612DCC
Text Example
Text Example
White with #612DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612DCC; }
p { color: rgb(97,45,204); }
H1.HeaderClassName
{
color: #612DCC;
}
.AnyTagClassName
{
color: #612DCC;
}
</style>
background-color css
<style>
a { background-color: #612DCC; }
a { background-color: rgb(97,45,204); }
div.DivClassName
{
background-color: #612DCC;
}
.BgClassName
{
background-color: #612DCC;
}
</style>
border-color css
<style>
span { border-color: #612DCC; }
span { border-color: rgb(97,45,204); }
td.TdClassName
{
border-color: #612DCC;
}
.TagClassName
{
border-color: #612DCC;
}
</style>