Shades of Purple Heart #6928AB
Tints of Purple Heart #6928AB
RGB
CMYK
RGB Variations
Color information
#6928AB (or 0x6928AB) is known color: Purple Heart. HEX triplet: 69, 28 and AB. RGB value is (105,40,171). Sum of RGB (Red+Green+Blue) = 105+40+171=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #6928AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6928AB is #96D754. Grayscale: #494949. Windows color (decimal): -9885525 or 11217001. OLE color: 11217001.
HSL color Cylindrical-coordinate representation of color #6928AB: hue angle of 269.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6928AB is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 40 | 171 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.33 |
| HSL | 269.77º | 0.62% | 0.41% | - |
| HSV(B) | 269.77º | 0.77% | 0.67% | - |
| XYZ | 13.94 | 7.46 | 39.23 | - |
| YUV | 74.37 | 182.53 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 171 | 0.39 | 0.77 | 0 | 0.33 | 269.77 | 0.62 | 0.41 |
| Hex | 69 | 28 | AB | 27 | 4D | 0 | 21 | 10E | 3E | 29 |
| Octal | 151 | 50 | 253 | 47 | 115 | 0 | 41 | 416 | 76 | 51 |
| Binary | 1101001 | 101000 | 10101011 | 100111 | 1001101 | 0 | 100001 | 100001110 | 111110 | 101001 |
Color Harmonies of #6928AB
Complementary color
Monochromatic Colors of #6928AB
Black with #6928AB
Text Example
Text Example
White with #6928AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6928AB; }
p { color: rgb(105,40,171); }
H1.HeaderClassName
{
color: #6928AB;
}
.AnyTagClassName
{
color: #6928AB;
}
</style>
background-color css
<style>
a { background-color: #6928AB; }
a { background-color: rgb(105,40,171); }
div.DivClassName
{
background-color: #6928AB;
}
.BgClassName
{
background-color: #6928AB;
}
</style>
border-color css
<style>
span { border-color: #6928AB; }
span { border-color: rgb(105,40,171); }
td.TdClassName
{
border-color: #6928AB;
}
.TagClassName
{
border-color: #6928AB;
}
</style>