Shades of Purple Heart #6F20CF
Tints of Purple Heart #6F20CF
RGB
CMYK
RGB Variations
Color information
#6F20CF (or 0x6F20CF) is known color: Purple Heart. HEX triplet: 6F, 20 and CF. RGB value is (111,32,207). Sum of RGB (Red+Green+Blue) = 111+32+207=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F20CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F20CF is #90DF30. Grayscale: #4A4A4A. Windows color (decimal): -9494321 or 13574255. OLE color: 13574255.
HSL color Cylindrical-coordinate representation of color #6F20CF: hue angle of 267.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F20CF is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 32 | 207 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.19 |
| HSL | 267.09º | 0.73% | 0.47% | - |
| HSV(B) | 267.09º | 0.85% | 0.81% | - |
| XYZ | 18.33 | 8.92 | 59.79 | - |
| YUV | 75.57 | 202.17 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 207 | 0.46 | 0.85 | 0 | 0.19 | 267.09 | 0.73 | 0.47 |
| Hex | 6F | 20 | CF | 2E | 55 | 0 | 13 | 10B | 49 | 2F |
| Octal | 157 | 40 | 317 | 56 | 125 | 0 | 23 | 413 | 111 | 57 |
| Binary | 1101111 | 100000 | 11001111 | 101110 | 1010101 | 0 | 10011 | 100001011 | 1001001 | 101111 |
Color Harmonies of #6F20CF
Complementary color
Monochromatic Colors of #6F20CF
Black with #6F20CF
Text Example
Text Example
White with #6F20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F20CF; }
p { color: rgb(111,32,207); }
H1.HeaderClassName
{
color: #6F20CF;
}
.AnyTagClassName
{
color: #6F20CF;
}
</style>
background-color css
<style>
a { background-color: #6F20CF; }
a { background-color: rgb(111,32,207); }
div.DivClassName
{
background-color: #6F20CF;
}
.BgClassName
{
background-color: #6F20CF;
}
</style>
border-color css
<style>
span { border-color: #6F20CF; }
span { border-color: rgb(111,32,207); }
td.TdClassName
{
border-color: #6F20CF;
}
.TagClassName
{
border-color: #6F20CF;
}
</style>