Shades of Purple Heart #690DB5
Tints of Purple Heart #690DB5
RGB
CMYK
RGB Variations
Color information
#690DB5 (or 0x690DB5) is known color: Purple Heart. HEX triplet: 69, 0D and B5. RGB value is (105,13,181). Sum of RGB (Red+Green+Blue) = 105+13+181=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #690DB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DB5 is #96F24A. Grayscale: #3B3B3B. Windows color (decimal): -9892427 or 11865449. OLE color: 11865449.
HSL color Cylindrical-coordinate representation of color #690DB5: hue angle of 272.86º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690DB5 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 13 | 181 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.29 |
| HSL | 272.86º | 0.87% | 0.38% | - |
| HSV(B) | 272.86º | 0.93% | 0.71% | - |
| XYZ | 14.31 | 6.63 | 44.24 | - |
| YUV | 59.66 | 196.48 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 181 | 0.42 | 0.93 | 0 | 0.29 | 272.86 | 0.87 | 0.38 |
| Hex | 69 | D | B5 | 2A | 5D | 0 | 1D | 111 | 57 | 26 |
| Octal | 151 | 15 | 265 | 52 | 135 | 0 | 35 | 421 | 127 | 46 |
| Binary | 1101001 | 1101 | 10110101 | 101010 | 1011101 | 0 | 11101 | 100010001 | 1010111 | 100110 |
Color Harmonies of #690DB5
Complementary color
Monochromatic Colors of #690DB5
Black with #690DB5
Text Example
Text Example
White with #690DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690DB5; }
p { color: rgb(105,13,181); }
H1.HeaderClassName
{
color: #690DB5;
}
.AnyTagClassName
{
color: #690DB5;
}
</style>
background-color css
<style>
a { background-color: #690DB5; }
a { background-color: rgb(105,13,181); }
div.DivClassName
{
background-color: #690DB5;
}
.BgClassName
{
background-color: #690DB5;
}
</style>
border-color css
<style>
span { border-color: #690DB5; }
span { border-color: rgb(105,13,181); }
td.TdClassName
{
border-color: #690DB5;
}
.TagClassName
{
border-color: #690DB5;
}
</style>