Shades of Purple Heart #612BC1
Tints of Purple Heart #612BC1
RGB
CMYK
RGB Variations
Color information
#612BC1 (or 0x612BC1) is known color: Purple Heart. HEX triplet: 61, 2B and C1. RGB value is (97,43,193). Sum of RGB (Red+Green+Blue) = 97+43+193=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #612BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BC1 is #9ED43E. Grayscale: #4B4B4B. Windows color (decimal): -10409023 or 12659553. OLE color: 12659553.
HSL color Cylindrical-coordinate representation of color #612BC1: hue angle of 261.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612BC1 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 43 | 193 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.24 |
| HSL | 261.6º | 0.64% | 0.46% | - |
| HSV(B) | 261.6º | 0.78% | 0.76% | - |
| XYZ | 15.42 | 8.12 | 51.21 | - |
| YUV | 76.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 193 | 0.50 | 0.78 | 0 | 0.24 | 261.6 | 0.64 | 0.46 |
| Hex | 61 | 2B | C1 | 32 | 4E | 0 | 18 | 106 | 40 | 2E |
| Octal | 141 | 53 | 301 | 62 | 116 | 0 | 30 | 406 | 100 | 56 |
| Binary | 1100001 | 101011 | 11000001 | 110010 | 1001110 | 0 | 11000 | 100000110 | 1000000 | 101110 |
Color Harmonies of #612BC1
Complementary color
Monochromatic Colors of #612BC1
Black with #612BC1
Text Example
Text Example
White with #612BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612BC1; }
p { color: rgb(97,43,193); }
H1.HeaderClassName
{
color: #612BC1;
}
.AnyTagClassName
{
color: #612BC1;
}
</style>
background-color css
<style>
a { background-color: #612BC1; }
a { background-color: rgb(97,43,193); }
div.DivClassName
{
background-color: #612BC1;
}
.BgClassName
{
background-color: #612BC1;
}
</style>
border-color css
<style>
span { border-color: #612BC1; }
span { border-color: rgb(97,43,193); }
td.TdClassName
{
border-color: #612BC1;
}
.TagClassName
{
border-color: #612BC1;
}
</style>