Shades of Purple Heart #6F21CB
Tints of Purple Heart #6F21CB
RGB
CMYK
RGB Variations
Color information
#6F21CB (or 0x6F21CB) is known color: Purple Heart. HEX triplet: 6F, 21 and CB. RGB value is (111,33,203). Sum of RGB (Red+Green+Blue) = 111+33+203=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F21CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F21CB is #90DE34. Grayscale: #4B4B4B. Windows color (decimal): -9494069 or 13312367. OLE color: 13312367.
HSL color Cylindrical-coordinate representation of color #6F21CB: hue angle of 267.53º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F21CB is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 33 | 203 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.20 |
| HSL | 267.53º | 0.72% | 0.46% | - |
| HSV(B) | 267.53º | 0.84% | 0.8% | - |
| XYZ | 17.88 | 8.78 | 57.25 | - |
| YUV | 75.7 | 199.84 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 203 | 0.45 | 0.84 | 0 | 0.20 | 267.53 | 0.72 | 0.46 |
| Hex | 6F | 21 | CB | 2D | 54 | 0 | 14 | 10C | 48 | 2E |
| Octal | 157 | 41 | 313 | 55 | 124 | 0 | 24 | 414 | 110 | 56 |
| Binary | 1101111 | 100001 | 11001011 | 101101 | 1010100 | 0 | 10100 | 100001100 | 1001000 | 101110 |
Color Harmonies of #6F21CB
Complementary color
Monochromatic Colors of #6F21CB
Black with #6F21CB
Text Example
Text Example
White with #6F21CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F21CB; }
p { color: rgb(111,33,203); }
H1.HeaderClassName
{
color: #6F21CB;
}
.AnyTagClassName
{
color: #6F21CB;
}
</style>
background-color css
<style>
a { background-color: #6F21CB; }
a { background-color: rgb(111,33,203); }
div.DivClassName
{
background-color: #6F21CB;
}
.BgClassName
{
background-color: #6F21CB;
}
</style>
border-color css
<style>
span { border-color: #6F21CB; }
span { border-color: rgb(111,33,203); }
td.TdClassName
{
border-color: #6F21CB;
}
.TagClassName
{
border-color: #6F21CB;
}
</style>