Shades of Purple Heart #6120BD
Tints of Purple Heart #6120BD
RGB
CMYK
RGB Variations
Color information
#6120BD (or 0x6120BD) is known color: Purple Heart. HEX triplet: 61, 20 and BD. RGB value is (97,32,189). Sum of RGB (Red+Green+Blue) = 97+32+189=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #6120BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6120BD is #9EDF42. Grayscale: #444444. Windows color (decimal): -10411843 or 12394593. OLE color: 12394593.
HSL color Cylindrical-coordinate representation of color #6120BD: hue angle of 264.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6120BD is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 32 | 189 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.26 |
| HSL | 264.84º | 0.71% | 0.43% | - |
| HSV(B) | 264.84º | 0.83% | 0.74% | - |
| XYZ | 14.63 | 7.25 | 48.77 | - |
| YUV | 69.33 | 195.53 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 189 | 0.49 | 0.83 | 0 | 0.26 | 264.84 | 0.71 | 0.43 |
| Hex | 61 | 20 | BD | 31 | 53 | 0 | 1A | 109 | 47 | 2B |
| Octal | 141 | 40 | 275 | 61 | 123 | 0 | 32 | 411 | 107 | 53 |
| Binary | 1100001 | 100000 | 10111101 | 110001 | 1010011 | 0 | 11010 | 100001001 | 1000111 | 101011 |
Color Harmonies of #6120BD
Complementary color
Monochromatic Colors of #6120BD
Black with #6120BD
Text Example
Text Example
White with #6120BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6120BD; }
p { color: rgb(97,32,189); }
H1.HeaderClassName
{
color: #6120BD;
}
.AnyTagClassName
{
color: #6120BD;
}
</style>
background-color css
<style>
a { background-color: #6120BD; }
a { background-color: rgb(97,32,189); }
div.DivClassName
{
background-color: #6120BD;
}
.BgClassName
{
background-color: #6120BD;
}
</style>
border-color css
<style>
span { border-color: #6120BD; }
span { border-color: rgb(97,32,189); }
td.TdClassName
{
border-color: #6120BD;
}
.TagClassName
{
border-color: #6120BD;
}
</style>