Shades of Purple Heart #690AB5
Tints of Purple Heart #690AB5
RGB
CMYK
RGB Variations
Color information
#690AB5 (or 0x690AB5) is known color: Purple Heart. HEX triplet: 69, 0A and B5. RGB value is (105,10,181). Sum of RGB (Red+Green+Blue) = 105+10+181=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #690AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690AB5 is #96F54A. Grayscale: #393939. Windows color (decimal): -9893195 or 11864681. OLE color: 11864681.
HSL color Cylindrical-coordinate representation of color #690AB5: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690AB5 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 10 | 181 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.29 |
| HSL | 273.33º | 0.9% | 0.37% | - |
| HSV(B) | 273.33º | 0.94% | 0.71% | - |
| XYZ | 14.27 | 6.56 | 44.23 | - |
| YUV | 57.9 | 197.47 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 181 | 0.42 | 0.94 | 0 | 0.29 | 273.33 | 0.9 | 0.37 |
| Hex | 69 | A | B5 | 2A | 5E | 0 | 1D | 111 | 5A | 25 |
| Octal | 151 | 12 | 265 | 52 | 136 | 0 | 35 | 421 | 132 | 45 |
| Binary | 1101001 | 1010 | 10110101 | 101010 | 1011110 | 0 | 11101 | 100010001 | 1011010 | 100101 |
Color Harmonies of #690AB5
Complementary color
Monochromatic Colors of #690AB5
Black with #690AB5
Text Example
Text Example
White with #690AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690AB5; }
p { color: rgb(105,10,181); }
H1.HeaderClassName
{
color: #690AB5;
}
.AnyTagClassName
{
color: #690AB5;
}
</style>
background-color css
<style>
a { background-color: #690AB5; }
a { background-color: rgb(105,10,181); }
div.DivClassName
{
background-color: #690AB5;
}
.BgClassName
{
background-color: #690AB5;
}
</style>
border-color css
<style>
span { border-color: #690AB5; }
span { border-color: rgb(105,10,181); }
td.TdClassName
{
border-color: #690AB5;
}
.TagClassName
{
border-color: #690AB5;
}
</style>