Shades of Purple Heart #6112B3
Tints of Purple Heart #6112B3
RGB
CMYK
RGB Variations
Color information
#6112B3 (or 0x6112B3) is known color: Purple Heart. HEX triplet: 61, 12 and B3. RGB value is (97,18,179). Sum of RGB (Red+Green+Blue) = 97+18+179=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #6112B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6112B3 is #9EED4C. Grayscale: #3B3B3B. Windows color (decimal): -10415437 or 11735649. OLE color: 11735649.
HSL color Cylindrical-coordinate representation of color #6112B3: hue angle of 269.44º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6112B3 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 18 | 179 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.30 |
| HSL | 269.44º | 0.82% | 0.39% | - |
| HSV(B) | 269.44º | 0.9% | 0.7% | - |
| XYZ | 13.28 | 6.23 | 43.15 | - |
| YUV | 59.98 | 195.17 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 179 | 0.46 | 0.90 | 0 | 0.30 | 269.44 | 0.82 | 0.39 |
| Hex | 61 | 12 | B3 | 2E | 5A | 0 | 1E | 10D | 52 | 27 |
| Octal | 141 | 22 | 263 | 56 | 132 | 0 | 36 | 415 | 122 | 47 |
| Binary | 1100001 | 10010 | 10110011 | 101110 | 1011010 | 0 | 11110 | 100001101 | 1010010 | 100111 |
Color Harmonies of #6112B3
Complementary color
Monochromatic Colors of #6112B3
Black with #6112B3
Text Example
Text Example
White with #6112B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6112B3; }
p { color: rgb(97,18,179); }
H1.HeaderClassName
{
color: #6112B3;
}
.AnyTagClassName
{
color: #6112B3;
}
</style>
background-color css
<style>
a { background-color: #6112B3; }
a { background-color: rgb(97,18,179); }
div.DivClassName
{
background-color: #6112B3;
}
.BgClassName
{
background-color: #6112B3;
}
</style>
border-color css
<style>
span { border-color: #6112B3; }
span { border-color: rgb(97,18,179); }
td.TdClassName
{
border-color: #6112B3;
}
.TagClassName
{
border-color: #6112B3;
}
</style>