Shades of Purple Heart #6F20BE
Tints of Purple Heart #6F20BE
RGB
CMYK
RGB Variations
Color information
#6F20BE (or 0x6F20BE) is known color: Purple Heart. HEX triplet: 6F, 20 and BE. RGB value is (111,32,190). Sum of RGB (Red+Green+Blue) = 111+32+190=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F20BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F20BE is #90DF41. Grayscale: #494949. Windows color (decimal): -9494338 or 12460143. OLE color: 12460143.
HSL color Cylindrical-coordinate representation of color #6F20BE: hue angle of 270º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F20BE is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 32 | 190 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.25 |
| HSL | 270º | 0.71% | 0.44% | - |
| HSV(B) | 270º | 0.83% | 0.75% | - |
| XYZ | 16.37 | 8.13 | 49.42 | - |
| YUV | 73.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 190 | 0.42 | 0.83 | 0 | 0.25 | 270 | 0.71 | 0.44 |
| Hex | 6F | 20 | BE | 2A | 53 | 0 | 19 | 10E | 47 | 2C |
| Octal | 157 | 40 | 276 | 52 | 123 | 0 | 31 | 416 | 107 | 54 |
| Binary | 1101111 | 100000 | 10111110 | 101010 | 1010011 | 0 | 11001 | 100001110 | 1000111 | 101100 |
Color Harmonies of #6F20BE
Complementary color
Monochromatic Colors of #6F20BE
Black with #6F20BE
Text Example
Text Example
White with #6F20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F20BE; }
p { color: rgb(111,32,190); }
H1.HeaderClassName
{
color: #6F20BE;
}
.AnyTagClassName
{
color: #6F20BE;
}
</style>
background-color css
<style>
a { background-color: #6F20BE; }
a { background-color: rgb(111,32,190); }
div.DivClassName
{
background-color: #6F20BE;
}
.BgClassName
{
background-color: #6F20BE;
}
</style>
border-color css
<style>
span { border-color: #6F20BE; }
span { border-color: rgb(111,32,190); }
td.TdClassName
{
border-color: #6F20BE;
}
.TagClassName
{
border-color: #6F20BE;
}
</style>