Shades of Purple Heart #6F32BC
Tints of Purple Heart #6F32BC
RGB
CMYK
RGB Variations
Color information
#6F32BC (or 0x6F32BC) is known color: Purple Heart. HEX triplet: 6F, 32 and BC. RGB value is (111,50,188). Sum of RGB (Red+Green+Blue) = 111+50+188=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F32BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F32BC is #90CD43. Grayscale: #535353. Windows color (decimal): -9489732 or 12333679. OLE color: 12333679.
HSL color Cylindrical-coordinate representation of color #6F32BC: hue angle of 266.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F32BC is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 50 | 188 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.26 |
| HSL | 266.52º | 0.58% | 0.47% | - |
| HSV(B) | 266.52º | 0.73% | 0.74% | - |
| XYZ | 16.77 | 9.29 | 48.49 | - |
| YUV | 83.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 188 | 0.41 | 0.73 | 0 | 0.26 | 266.52 | 0.58 | 0.47 |
| Hex | 6F | 32 | BC | 29 | 49 | 0 | 1A | 10B | 3A | 2F |
| Octal | 157 | 62 | 274 | 51 | 111 | 0 | 32 | 413 | 72 | 57 |
| Binary | 1101111 | 110010 | 10111100 | 101001 | 1001001 | 0 | 11010 | 100001011 | 111010 | 101111 |
Color Harmonies of #6F32BC
Complementary color
Monochromatic Colors of #6F32BC
Black with #6F32BC
Text Example
Text Example
White with #6F32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F32BC; }
p { color: rgb(111,50,188); }
H1.HeaderClassName
{
color: #6F32BC;
}
.AnyTagClassName
{
color: #6F32BC;
}
</style>
background-color css
<style>
a { background-color: #6F32BC; }
a { background-color: rgb(111,50,188); }
div.DivClassName
{
background-color: #6F32BC;
}
.BgClassName
{
background-color: #6F32BC;
}
</style>
border-color css
<style>
span { border-color: #6F32BC; }
span { border-color: rgb(111,50,188); }
td.TdClassName
{
border-color: #6F32BC;
}
.TagClassName
{
border-color: #6F32BC;
}
</style>