Shades of Purple Heart #6F22CE
Tints of Purple Heart #6F22CE
RGB
CMYK
RGB Variations
Color information
#6F22CE (or 0x6F22CE) is known color: Purple Heart. HEX triplet: 6F, 22 and CE. RGB value is (111,34,206). Sum of RGB (Red+Green+Blue) = 111+34+206=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F22CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F22CE is #90DD31. Grayscale: #4C4C4C. Windows color (decimal): -9493810 or 13509231. OLE color: 13509231.
HSL color Cylindrical-coordinate representation of color #6F22CE: hue angle of 266.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F22CE is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 34 | 206 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.19 |
| HSL | 266.86º | 0.72% | 0.47% | - |
| HSV(B) | 266.86º | 0.83% | 0.81% | - |
| XYZ | 18.27 | 8.98 | 59.16 | - |
| YUV | 76.63 | 201.01 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 206 | 0.46 | 0.83 | 0 | 0.19 | 266.86 | 0.72 | 0.47 |
| Hex | 6F | 22 | CE | 2E | 53 | 0 | 13 | 10B | 48 | 2F |
| Octal | 157 | 42 | 316 | 56 | 123 | 0 | 23 | 413 | 110 | 57 |
| Binary | 1101111 | 100010 | 11001110 | 101110 | 1010011 | 0 | 10011 | 100001011 | 1001000 | 101111 |
Color Harmonies of #6F22CE
Complementary color
Monochromatic Colors of #6F22CE
Black with #6F22CE
Text Example
Text Example
White with #6F22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F22CE; }
p { color: rgb(111,34,206); }
H1.HeaderClassName
{
color: #6F22CE;
}
.AnyTagClassName
{
color: #6F22CE;
}
</style>
background-color css
<style>
a { background-color: #6F22CE; }
a { background-color: rgb(111,34,206); }
div.DivClassName
{
background-color: #6F22CE;
}
.BgClassName
{
background-color: #6F22CE;
}
</style>
border-color css
<style>
span { border-color: #6F22CE; }
span { border-color: rgb(111,34,206); }
td.TdClassName
{
border-color: #6F22CE;
}
.TagClassName
{
border-color: #6F22CE;
}
</style>