Shades of Purple Heart #612BC0
Tints of Purple Heart #612BC0
RGB
CMYK
RGB Variations
Color information
#612BC0 (or 0x612BC0) is known color: Purple Heart. HEX triplet: 61, 2B and C0. RGB value is (97,43,192). Sum of RGB (Red+Green+Blue) = 97+43+192=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #612BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BC0 is #9ED43F. Grayscale: #4B4B4B. Windows color (decimal): -10409024 or 12594017. OLE color: 12594017.
HSL color Cylindrical-coordinate representation of color #612BC0: hue angle of 261.74º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612BC0 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 43 | 192 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.25 |
| HSL | 261.75º | 0.63% | 0.46% | - |
| HSV(B) | 261.75º | 0.78% | 0.75% | - |
| XYZ | 15.31 | 8.07 | 50.62 | - |
| YUV | 76.13 | 193.39 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 192 | 0.49 | 0.78 | 0 | 0.25 | 261.75 | 0.63 | 0.46 |
| Hex | 61 | 2B | C0 | 31 | 4E | 0 | 19 | 106 | 3F | 2E |
| Octal | 141 | 53 | 300 | 61 | 116 | 0 | 31 | 406 | 77 | 56 |
| Binary | 1100001 | 101011 | 11000000 | 110001 | 1001110 | 0 | 11001 | 100000110 | 111111 | 101110 |
Color Harmonies of #612BC0
Complementary color
Monochromatic Colors of #612BC0
Black with #612BC0
Text Example
Text Example
White with #612BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612BC0; }
p { color: rgb(97,43,192); }
H1.HeaderClassName
{
color: #612BC0;
}
.AnyTagClassName
{
color: #612BC0;
}
</style>
background-color css
<style>
a { background-color: #612BC0; }
a { background-color: rgb(97,43,192); }
div.DivClassName
{
background-color: #612BC0;
}
.BgClassName
{
background-color: #612BC0;
}
</style>
border-color css
<style>
span { border-color: #612BC0; }
span { border-color: rgb(97,43,192); }
td.TdClassName
{
border-color: #612BC0;
}
.TagClassName
{
border-color: #612BC0;
}
</style>