Shades of Purple Heart #612FB2
Tints of Purple Heart #612FB2
RGB
CMYK
RGB Variations
Color information
#612FB2 (or 0x612FB2) is known color: Purple Heart. HEX triplet: 61, 2F and B2. RGB value is (97,47,178). Sum of RGB (Red+Green+Blue) = 97+47+178=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #612FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612FB2 is #9ED04D. Grayscale: #4C4C4C. Windows color (decimal): -10408014 or 11677537. OLE color: 11677537.
HSL color Cylindrical-coordinate representation of color #612FB2: hue angle of 262.9º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612FB2 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 47 | 178 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.30 |
| HSL | 262.9º | 0.58% | 0.44% | - |
| HSV(B) | 262.9º | 0.74% | 0.7% | - |
| XYZ | 13.98 | 7.79 | 42.89 | - |
| YUV | 76.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 178 | 0.46 | 0.74 | 0 | 0.30 | 262.9 | 0.58 | 0.44 |
| Hex | 61 | 2F | B2 | 2E | 4A | 0 | 1E | 107 | 3A | 2C |
| Octal | 141 | 57 | 262 | 56 | 112 | 0 | 36 | 407 | 72 | 54 |
| Binary | 1100001 | 101111 | 10110010 | 101110 | 1001010 | 0 | 11110 | 100000111 | 111010 | 101100 |
Color Harmonies of #612FB2
Complementary color
Monochromatic Colors of #612FB2
Black with #612FB2
Text Example
Text Example
White with #612FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612FB2; }
p { color: rgb(97,47,178); }
H1.HeaderClassName
{
color: #612FB2;
}
.AnyTagClassName
{
color: #612FB2;
}
</style>
background-color css
<style>
a { background-color: #612FB2; }
a { background-color: rgb(97,47,178); }
div.DivClassName
{
background-color: #612FB2;
}
.BgClassName
{
background-color: #612FB2;
}
</style>
border-color css
<style>
span { border-color: #612FB2; }
span { border-color: rgb(97,47,178); }
td.TdClassName
{
border-color: #612FB2;
}
.TagClassName
{
border-color: #612FB2;
}
</style>