Shades of Purple Heart #6F21C1
Tints of Purple Heart #6F21C1
RGB
CMYK
RGB Variations
Color information
#6F21C1 (or 0x6F21C1) is known color: Purple Heart. HEX triplet: 6F, 21 and C1. RGB value is (111,33,193). Sum of RGB (Red+Green+Blue) = 111+33+193=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F21C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F21C1 is #90DE3E. Grayscale: #4A4A4A. Windows color (decimal): -9494079 or 12657007. OLE color: 12657007.
HSL color Cylindrical-coordinate representation of color #6F21C1: hue angle of 269.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F21C1 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 33 | 193 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.24 |
| HSL | 269.25º | 0.71% | 0.44% | - |
| HSV(B) | 269.25º | 0.83% | 0.76% | - |
| XYZ | 16.73 | 8.32 | 51.18 | - |
| YUV | 74.56 | 194.84 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 193 | 0.42 | 0.83 | 0 | 0.24 | 269.25 | 0.71 | 0.44 |
| Hex | 6F | 21 | C1 | 2A | 53 | 0 | 18 | 10D | 47 | 2C |
| Octal | 157 | 41 | 301 | 52 | 123 | 0 | 30 | 415 | 107 | 54 |
| Binary | 1101111 | 100001 | 11000001 | 101010 | 1010011 | 0 | 11000 | 100001101 | 1000111 | 101100 |
Color Harmonies of #6F21C1
Complementary color
Monochromatic Colors of #6F21C1
Black with #6F21C1
Text Example
Text Example
White with #6F21C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F21C1; }
p { color: rgb(111,33,193); }
H1.HeaderClassName
{
color: #6F21C1;
}
.AnyTagClassName
{
color: #6F21C1;
}
</style>
background-color css
<style>
a { background-color: #6F21C1; }
a { background-color: rgb(111,33,193); }
div.DivClassName
{
background-color: #6F21C1;
}
.BgClassName
{
background-color: #6F21C1;
}
</style>
border-color css
<style>
span { border-color: #6F21C1; }
span { border-color: rgb(111,33,193); }
td.TdClassName
{
border-color: #6F21C1;
}
.TagClassName
{
border-color: #6F21C1;
}
</style>