Shades of Purple Heart #690BAA
Tints of Purple Heart #690BAA
RGB
CMYK
RGB Variations
Color information
#690BAA (or 0x690BAA) is known color: Purple Heart. HEX triplet: 69, 0B and AA. RGB value is (105,11,170). Sum of RGB (Red+Green+Blue) = 105+11+170=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #690BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690BAA is #96F455. Grayscale: #383838. Windows color (decimal): -9892950 or 11144041. OLE color: 11144041.
HSL color Cylindrical-coordinate representation of color #690BAA: hue angle of 275.47º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690BAA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 11 | 170 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.33 |
| HSL | 275.47º | 0.88% | 0.35% | - |
| HSV(B) | 275.47º | 0.94% | 0.67% | - |
| XYZ | 13.2 | 6.14 | 38.52 | - |
| YUV | 57.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 170 | 0.38 | 0.94 | 0 | 0.33 | 275.47 | 0.88 | 0.35 |
| Hex | 69 | B | AA | 26 | 5E | 0 | 21 | 113 | 58 | 23 |
| Octal | 151 | 13 | 252 | 46 | 136 | 0 | 41 | 423 | 130 | 43 |
| Binary | 1101001 | 1011 | 10101010 | 100110 | 1011110 | 0 | 100001 | 100010011 | 1011000 | 100011 |
Color Harmonies of #690BAA
Complementary color
Monochromatic Colors of #690BAA
Black with #690BAA
Text Example
Text Example
White with #690BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BAA; }
p { color: rgb(105,11,170); }
H1.HeaderClassName
{
color: #690BAA;
}
.AnyTagClassName
{
color: #690BAA;
}
</style>
background-color css
<style>
a { background-color: #690BAA; }
a { background-color: rgb(105,11,170); }
div.DivClassName
{
background-color: #690BAA;
}
.BgClassName
{
background-color: #690BAA;
}
</style>
border-color css
<style>
span { border-color: #690BAA; }
span { border-color: rgb(105,11,170); }
td.TdClassName
{
border-color: #690BAA;
}
.TagClassName
{
border-color: #690BAA;
}
</style>