Shades of Purple Heart #692BAE
Tints of Purple Heart #692BAE
RGB
CMYK
RGB Variations
Color information
#692BAE (or 0x692BAE) is known color: Purple Heart. HEX triplet: 69, 2B and AE. RGB value is (105,43,174). Sum of RGB (Red+Green+Blue) = 105+43+174=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #692BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692BAE is #96D451. Grayscale: #4C4C4C. Windows color (decimal): -9884754 or 11414377. OLE color: 11414377.
HSL color Cylindrical-coordinate representation of color #692BAE: hue angle of 268.4º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692BAE is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 43 | 174 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.32 |
| HSL | 268.4º | 0.6% | 0.43% | - |
| HSV(B) | 268.4º | 0.75% | 0.68% | - |
| XYZ | 14.33 | 7.79 | 40.79 | - |
| YUV | 76.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 174 | 0.40 | 0.75 | 0 | 0.32 | 268.4 | 0.6 | 0.43 |
| Hex | 69 | 2B | AE | 28 | 4B | 0 | 20 | 10C | 3C | 2B |
| Octal | 151 | 53 | 256 | 50 | 113 | 0 | 40 | 414 | 74 | 53 |
| Binary | 1101001 | 101011 | 10101110 | 101000 | 1001011 | 0 | 100000 | 100001100 | 111100 | 101011 |
Color Harmonies of #692BAE
Complementary color
Monochromatic Colors of #692BAE
Black with #692BAE
Text Example
Text Example
White with #692BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BAE; }
p { color: rgb(105,43,174); }
H1.HeaderClassName
{
color: #692BAE;
}
.AnyTagClassName
{
color: #692BAE;
}
</style>
background-color css
<style>
a { background-color: #692BAE; }
a { background-color: rgb(105,43,174); }
div.DivClassName
{
background-color: #692BAE;
}
.BgClassName
{
background-color: #692BAE;
}
</style>
border-color css
<style>
span { border-color: #692BAE; }
span { border-color: rgb(105,43,174); }
td.TdClassName
{
border-color: #692BAE;
}
.TagClassName
{
border-color: #692BAE;
}
</style>