Shades of Purple Heart #6921B7
Tints of Purple Heart #6921B7
RGB
CMYK
RGB Variations
Color information
#6921B7 (or 0x6921B7) is known color: Purple Heart. HEX triplet: 69, 21 and B7. RGB value is (105,33,183). Sum of RGB (Red+Green+Blue) = 105+33+183=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #6921B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6921B7 is #96DE48. Grayscale: #474747. Windows color (decimal): -9887305 or 12001641. OLE color: 12001641.
HSL color Cylindrical-coordinate representation of color #6921B7: hue angle of 268.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6921B7 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 33 | 183 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.28 |
| HSL | 268.8º | 0.69% | 0.42% | - |
| HSV(B) | 268.8º | 0.82% | 0.72% | - |
| XYZ | 14.92 | 7.51 | 45.46 | - |
| YUV | 71.63 | 190.85 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 183 | 0.43 | 0.82 | 0 | 0.28 | 268.8 | 0.69 | 0.42 |
| Hex | 69 | 21 | B7 | 2B | 52 | 0 | 1C | 10D | 45 | 2A |
| Octal | 151 | 41 | 267 | 53 | 122 | 0 | 34 | 415 | 105 | 52 |
| Binary | 1101001 | 100001 | 10110111 | 101011 | 1010010 | 0 | 11100 | 100001101 | 1000101 | 101010 |
Color Harmonies of #6921B7
Complementary color
Monochromatic Colors of #6921B7
Black with #6921B7
Text Example
Text Example
White with #6921B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6921B7; }
p { color: rgb(105,33,183); }
H1.HeaderClassName
{
color: #6921B7;
}
.AnyTagClassName
{
color: #6921B7;
}
</style>
background-color css
<style>
a { background-color: #6921B7; }
a { background-color: rgb(105,33,183); }
div.DivClassName
{
background-color: #6921B7;
}
.BgClassName
{
background-color: #6921B7;
}
</style>
border-color css
<style>
span { border-color: #6921B7; }
span { border-color: rgb(105,33,183); }
td.TdClassName
{
border-color: #6921B7;
}
.TagClassName
{
border-color: #6921B7;
}
</style>