Shades of Purple Heart #612ECB
Tints of Purple Heart #612ECB
RGB
CMYK
RGB Variations
Color information
#612ECB (or 0x612ECB) is known color: Purple Heart. HEX triplet: 61, 2E and CB. RGB value is (97,46,203). Sum of RGB (Red+Green+Blue) = 97+46+203=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #612ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ECB is #9ED134. Grayscale: #4E4E4E. Windows color (decimal): -10408245 or 13315681. OLE color: 13315681.
HSL color Cylindrical-coordinate representation of color #612ECB: hue angle of 259.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612ECB is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 46 | 203 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.20 |
| HSL | 259.49º | 0.63% | 0.49% | - |
| HSV(B) | 259.49º | 0.77% | 0.8% | - |
| XYZ | 16.69 | 8.81 | 57.32 | - |
| YUV | 79.15 | 197.9 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 203 | 0.52 | 0.77 | 0 | 0.20 | 259.49 | 0.63 | 0.49 |
| Hex | 61 | 2E | CB | 34 | 4D | 0 | 14 | 103 | 3F | 31 |
| Octal | 141 | 56 | 313 | 64 | 115 | 0 | 24 | 403 | 77 | 61 |
| Binary | 1100001 | 101110 | 11001011 | 110100 | 1001101 | 0 | 10100 | 100000011 | 111111 | 110001 |
Color Harmonies of #612ECB
Complementary color
Monochromatic Colors of #612ECB
Black with #612ECB
Text Example
Text Example
White with #612ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612ECB; }
p { color: rgb(97,46,203); }
H1.HeaderClassName
{
color: #612ECB;
}
.AnyTagClassName
{
color: #612ECB;
}
</style>
background-color css
<style>
a { background-color: #612ECB; }
a { background-color: rgb(97,46,203); }
div.DivClassName
{
background-color: #612ECB;
}
.BgClassName
{
background-color: #612ECB;
}
</style>
border-color css
<style>
span { border-color: #612ECB; }
span { border-color: rgb(97,46,203); }
td.TdClassName
{
border-color: #612ECB;
}
.TagClassName
{
border-color: #612ECB;
}
</style>