Shades of Purple Heart #6F21DB
Tints of Purple Heart #6F21DB
RGB
CMYK
RGB Variations
Color information
#6F21DB (or 0x6F21DB) is known color: Purple Heart. HEX triplet: 6F, 21 and DB. RGB value is (111,33,219). Sum of RGB (Red+Green+Blue) = 111+33+219=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F21DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F21DB is #90DE24. Grayscale: #4C4C4C. Windows color (decimal): -9494053 or 14360943. OLE color: 14360943.
HSL color Cylindrical-coordinate representation of color #6F21DB: hue angle of 265.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F21DB is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 33 | 219 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.14 |
| HSL | 265.16º | 0.74% | 0.49% | - |
| HSV(B) | 265.16º | 0.85% | 0.86% | - |
| XYZ | 19.89 | 9.58 | 67.82 | - |
| YUV | 77.53 | 207.84 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 219 | 0.49 | 0.85 | 0 | 0.14 | 265.16 | 0.74 | 0.49 |
| Hex | 6F | 21 | DB | 31 | 55 | 0 | E | 109 | 4A | 31 |
| Octal | 157 | 41 | 333 | 61 | 125 | 0 | 16 | 411 | 112 | 61 |
| Binary | 1101111 | 100001 | 11011011 | 110001 | 1010101 | 0 | 1110 | 100001001 | 1001010 | 110001 |
Color Harmonies of #6F21DB
Complementary color
Monochromatic Colors of #6F21DB
Black with #6F21DB
Text Example
Text Example
White with #6F21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F21DB; }
p { color: rgb(111,33,219); }
H1.HeaderClassName
{
color: #6F21DB;
}
.AnyTagClassName
{
color: #6F21DB;
}
</style>
background-color css
<style>
a { background-color: #6F21DB; }
a { background-color: rgb(111,33,219); }
div.DivClassName
{
background-color: #6F21DB;
}
.BgClassName
{
background-color: #6F21DB;
}
</style>
border-color css
<style>
span { border-color: #6F21DB; }
span { border-color: rgb(111,33,219); }
td.TdClassName
{
border-color: #6F21DB;
}
.TagClassName
{
border-color: #6F21DB;
}
</style>