Shades of Purple Heart #6F22BD
Tints of Purple Heart #6F22BD
RGB
CMYK
RGB Variations
Color information
#6F22BD (or 0x6F22BD) is known color: Purple Heart. HEX triplet: 6F, 22 and BD. RGB value is (111,34,189). Sum of RGB (Red+Green+Blue) = 111+34+189=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F22BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F22BD is #90DD42. Grayscale: #4A4A4A. Windows color (decimal): -9493827 or 12395119. OLE color: 12395119.
HSL color Cylindrical-coordinate representation of color #6F22BD: hue angle of 269.81º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F22BD is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 34 | 189 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.26 |
| HSL | 269.81º | 0.7% | 0.44% | - |
| HSV(B) | 269.81º | 0.82% | 0.74% | - |
| XYZ | 16.31 | 8.2 | 48.87 | - |
| YUV | 74.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 189 | 0.41 | 0.82 | 0 | 0.26 | 269.81 | 0.7 | 0.44 |
| Hex | 6F | 22 | BD | 29 | 52 | 0 | 1A | 10E | 46 | 2C |
| Octal | 157 | 42 | 275 | 51 | 122 | 0 | 32 | 416 | 106 | 54 |
| Binary | 1101111 | 100010 | 10111101 | 101001 | 1010010 | 0 | 11010 | 100001110 | 1000110 | 101100 |
Color Harmonies of #6F22BD
Complementary color
Monochromatic Colors of #6F22BD
Black with #6F22BD
Text Example
Text Example
White with #6F22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F22BD; }
p { color: rgb(111,34,189); }
H1.HeaderClassName
{
color: #6F22BD;
}
.AnyTagClassName
{
color: #6F22BD;
}
</style>
background-color css
<style>
a { background-color: #6F22BD; }
a { background-color: rgb(111,34,189); }
div.DivClassName
{
background-color: #6F22BD;
}
.BgClassName
{
background-color: #6F22BD;
}
</style>
border-color css
<style>
span { border-color: #6F22BD; }
span { border-color: rgb(111,34,189); }
td.TdClassName
{
border-color: #6F22BD;
}
.TagClassName
{
border-color: #6F22BD;
}
</style>