Shades of Purple Heart #6916B5
Tints of Purple Heart #6916B5
RGB
CMYK
RGB Variations
Color information
#6916B5 (or 0x6916B5) is known color: Purple Heart. HEX triplet: 69, 16 and B5. RGB value is (105,22,181). Sum of RGB (Red+Green+Blue) = 105+22+181=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #6916B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6916B5 is #96E94A. Grayscale: #404040. Windows color (decimal): -9890123 or 11867753. OLE color: 11867753.
HSL color Cylindrical-coordinate representation of color #6916B5: hue angle of 271.32º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6916B5 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 22 | 181 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.29 |
| HSL | 271.32º | 0.78% | 0.4% | - |
| HSV(B) | 271.32º | 0.88% | 0.71% | - |
| XYZ | 14.45 | 6.91 | 44.29 | - |
| YUV | 64.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 22 | 181 | 0.42 | 0.88 | 0 | 0.29 | 271.32 | 0.78 | 0.4 |
| Hex | 69 | 16 | B5 | 2A | 58 | 0 | 1D | 10F | 4E | 28 |
| Octal | 151 | 26 | 265 | 52 | 130 | 0 | 35 | 417 | 116 | 50 |
| Binary | 1101001 | 10110 | 10110101 | 101010 | 1011000 | 0 | 11101 | 100001111 | 1001110 | 101000 |
Color Harmonies of #6916B5
Complementary color
Monochromatic Colors of #6916B5
Black with #6916B5
Text Example
Text Example
White with #6916B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6916B5; }
p { color: rgb(105,22,181); }
H1.HeaderClassName
{
color: #6916B5;
}
.AnyTagClassName
{
color: #6916B5;
}
</style>
background-color css
<style>
a { background-color: #6916B5; }
a { background-color: rgb(105,22,181); }
div.DivClassName
{
background-color: #6916B5;
}
.BgClassName
{
background-color: #6916B5;
}
</style>
border-color css
<style>
span { border-color: #6916B5; }
span { border-color: rgb(105,22,181); }
td.TdClassName
{
border-color: #6916B5;
}
.TagClassName
{
border-color: #6916B5;
}
</style>