Shades of Purple Heart #6900AE
Tints of Purple Heart #6900AE
RGB
CMYK
RGB Variations
Color information
#6900AE (or 0x6900AE) is known color: Purple Heart. HEX triplet: 69, 00 and AE. RGB value is (105,0,174). Sum of RGB (Red+Green+Blue) = 105+0+174=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #6900AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6900AE is #96FF51. Grayscale: #323232. Windows color (decimal): -9895762 or 11403369. OLE color: 11403369.
HSL color Cylindrical-coordinate representation of color #6900AE: hue angle of 276.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900AE is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 0 | 174 | - |
| CMYK | 0.40 | 1 | 0 | 0.32 |
| HSL | 276.21º | 1% | 0.34% | - |
| HSV(B) | 276.21º | 1% | 0.68% | - |
| XYZ | 13.47 | 6.06 | 40.5 | - |
| YUV | 51.23 | 197.29 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 174 | 0.40 | 1 | 0 | 0.32 | 276.21 | 1 | 0.34 |
| Hex | 69 | 0 | AE | 28 | 64 | 0 | 20 | 114 | 64 | 22 |
| Octal | 151 | 0 | 256 | 50 | 144 | 0 | 40 | 424 | 144 | 42 |
| Binary | 1101001 | 0 | 10101110 | 101000 | 1100100 | 0 | 100000 | 100010100 | 1100100 | 100010 |
Color Harmonies of #6900AE
Complementary color
Monochromatic Colors of #6900AE
Black with #6900AE
Text Example
Text Example
White with #6900AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6900AE; }
p { color: rgb(105,0,174); }
H1.HeaderClassName
{
color: #6900AE;
}
.AnyTagClassName
{
color: #6900AE;
}
</style>
background-color css
<style>
a { background-color: #6900AE; }
a { background-color: rgb(105,0,174); }
div.DivClassName
{
background-color: #6900AE;
}
.BgClassName
{
background-color: #6900AE;
}
</style>
border-color css
<style>
span { border-color: #6900AE; }
span { border-color: rgb(105,0,174); }
td.TdClassName
{
border-color: #6900AE;
}
.TagClassName
{
border-color: #6900AE;
}
</style>