Shades of Purple Heart #690AB8
Tints of Purple Heart #690AB8
RGB
CMYK
RGB Variations
Color information
#690AB8 (or 0x690AB8) is known color: Purple Heart. HEX triplet: 69, 0A and B8. RGB value is (105,10,184). Sum of RGB (Red+Green+Blue) = 105+10+184=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #690AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690AB8 is #96F547. Grayscale: #393939. Windows color (decimal): -9893192 or 12061289. OLE color: 12061289.
HSL color Cylindrical-coordinate representation of color #690AB8: hue angle of 272.76º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690AB8 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 10 | 184 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.28 |
| HSL | 272.76º | 0.9% | 0.38% | - |
| HSV(B) | 272.76º | 0.95% | 0.72% | - |
| XYZ | 14.59 | 6.68 | 45.87 | - |
| YUV | 58.24 | 198.97 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 184 | 0.43 | 0.95 | 0 | 0.28 | 272.76 | 0.9 | 0.38 |
| Hex | 69 | A | B8 | 2B | 5F | 0 | 1C | 111 | 5A | 26 |
| Octal | 151 | 12 | 270 | 53 | 137 | 0 | 34 | 421 | 132 | 46 |
| Binary | 1101001 | 1010 | 10111000 | 101011 | 1011111 | 0 | 11100 | 100010001 | 1011010 | 100110 |
Color Harmonies of #690AB8
Complementary color
Monochromatic Colors of #690AB8
Black with #690AB8
Text Example
Text Example
White with #690AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690AB8; }
p { color: rgb(105,10,184); }
H1.HeaderClassName
{
color: #690AB8;
}
.AnyTagClassName
{
color: #690AB8;
}
</style>
background-color css
<style>
a { background-color: #690AB8; }
a { background-color: rgb(105,10,184); }
div.DivClassName
{
background-color: #690AB8;
}
.BgClassName
{
background-color: #690AB8;
}
</style>
border-color css
<style>
span { border-color: #690AB8; }
span { border-color: rgb(105,10,184); }
td.TdClassName
{
border-color: #690AB8;
}
.TagClassName
{
border-color: #690AB8;
}
</style>