Shades of Purple Heart #6F32BB
Tints of Purple Heart #6F32BB
RGB
CMYK
RGB Variations
Color information
#6F32BB (or 0x6F32BB) is known color: Purple Heart. HEX triplet: 6F, 32 and BB. RGB value is (111,50,187). Sum of RGB (Red+Green+Blue) = 111+50+187=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F32BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F32BB is #90CD44. Grayscale: #535353. Windows color (decimal): -9489733 or 12268143. OLE color: 12268143.
HSL color Cylindrical-coordinate representation of color #6F32BB: hue angle of 266.72º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F32BB is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 50 | 187 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.27 |
| HSL | 266.72º | 0.58% | 0.46% | - |
| HSV(B) | 266.72º | 0.73% | 0.73% | - |
| XYZ | 16.67 | 9.25 | 47.92 | - |
| YUV | 83.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 187 | 0.41 | 0.73 | 0 | 0.27 | 266.72 | 0.58 | 0.46 |
| Hex | 6F | 32 | BB | 29 | 49 | 0 | 1B | 10B | 3A | 2E |
| Octal | 157 | 62 | 273 | 51 | 111 | 0 | 33 | 413 | 72 | 56 |
| Binary | 1101111 | 110010 | 10111011 | 101001 | 1001001 | 0 | 11011 | 100001011 | 111010 | 101110 |
Color Harmonies of #6F32BB
Complementary color
Monochromatic Colors of #6F32BB
Black with #6F32BB
Text Example
Text Example
White with #6F32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F32BB; }
p { color: rgb(111,50,187); }
H1.HeaderClassName
{
color: #6F32BB;
}
.AnyTagClassName
{
color: #6F32BB;
}
</style>
background-color css
<style>
a { background-color: #6F32BB; }
a { background-color: rgb(111,50,187); }
div.DivClassName
{
background-color: #6F32BB;
}
.BgClassName
{
background-color: #6F32BB;
}
</style>
border-color css
<style>
span { border-color: #6F32BB; }
span { border-color: rgb(111,50,187); }
td.TdClassName
{
border-color: #6F32BB;
}
.TagClassName
{
border-color: #6F32BB;
}
</style>