Shades of Purple Heart #6F21C4
Tints of Purple Heart #6F21C4
RGB
CMYK
RGB Variations
Color information
#6F21C4 (or 0x6F21C4) is known color: Purple Heart. HEX triplet: 6F, 21 and C4. RGB value is (111,33,196). Sum of RGB (Red+Green+Blue) = 111+33+196=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #6F21C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F21C4 is #90DE3B. Grayscale: #4A4A4A. Windows color (decimal): -9494076 or 12853615. OLE color: 12853615.
HSL color Cylindrical-coordinate representation of color #6F21C4: hue angle of 268.71º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F21C4 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 33 | 196 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.23 |
| HSL | 268.71º | 0.71% | 0.45% | - |
| HSV(B) | 268.71º | 0.83% | 0.77% | - |
| XYZ | 17.06 | 8.45 | 52.96 | - |
| YUV | 74.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 196 | 0.43 | 0.83 | 0 | 0.23 | 268.71 | 0.71 | 0.45 |
| Hex | 6F | 21 | C4 | 2B | 53 | 0 | 17 | 10D | 47 | 2D |
| Octal | 157 | 41 | 304 | 53 | 123 | 0 | 27 | 415 | 107 | 55 |
| Binary | 1101111 | 100001 | 11000100 | 101011 | 1010011 | 0 | 10111 | 100001101 | 1000111 | 101101 |
Color Harmonies of #6F21C4
Complementary color
Monochromatic Colors of #6F21C4
Black with #6F21C4
Text Example
Text Example
White with #6F21C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F21C4; }
p { color: rgb(111,33,196); }
H1.HeaderClassName
{
color: #6F21C4;
}
.AnyTagClassName
{
color: #6F21C4;
}
</style>
background-color css
<style>
a { background-color: #6F21C4; }
a { background-color: rgb(111,33,196); }
div.DivClassName
{
background-color: #6F21C4;
}
.BgClassName
{
background-color: #6F21C4;
}
</style>
border-color css
<style>
span { border-color: #6F21C4; }
span { border-color: rgb(111,33,196); }
td.TdClassName
{
border-color: #6F21C4;
}
.TagClassName
{
border-color: #6F21C4;
}
</style>