Shades of Purple Heart #690DB0
Tints of Purple Heart #690DB0
RGB
CMYK
RGB Variations
Color information
#690DB0 (or 0x690DB0) is known color: Purple Heart. HEX triplet: 69, 0D and B0. RGB value is (105,13,176). Sum of RGB (Red+Green+Blue) = 105+13+176=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 176 (69.14% from 255 or 59.86% from 294); Max value from RGB is 176 - color contains mainly: blue. Hex color #690DB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690DB0 is #96F24F. Grayscale: #3A3A3A. Windows color (decimal): -9892432 or 11537769. OLE color: 11537769.
HSL color Cylindrical-coordinate representation of color #690DB0: hue angle of 273.87º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690DB0 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 13 | 176 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.31 |
| HSL | 273.87º | 0.86% | 0.37% | - |
| HSV(B) | 273.87º | 0.93% | 0.69% | - |
| XYZ | 13.81 | 6.43 | 41.59 | - |
| YUV | 59.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 176 | 0.40 | 0.93 | 0 | 0.31 | 273.87 | 0.86 | 0.37 |
| Hex | 69 | D | B0 | 28 | 5D | 0 | 1F | 112 | 56 | 25 |
| Octal | 151 | 15 | 260 | 50 | 135 | 0 | 37 | 422 | 126 | 45 |
| Binary | 1101001 | 1101 | 10110000 | 101000 | 1011101 | 0 | 11111 | 100010010 | 1010110 | 100101 |
Color Harmonies of #690DB0
Complementary color
Monochromatic Colors of #690DB0
Black with #690DB0
Text Example
Text Example
White with #690DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690DB0; }
p { color: rgb(105,13,176); }
H1.HeaderClassName
{
color: #690DB0;
}
.AnyTagClassName
{
color: #690DB0;
}
</style>
background-color css
<style>
a { background-color: #690DB0; }
a { background-color: rgb(105,13,176); }
div.DivClassName
{
background-color: #690DB0;
}
.BgClassName
{
background-color: #690DB0;
}
</style>
border-color css
<style>
span { border-color: #690DB0; }
span { border-color: rgb(105,13,176); }
td.TdClassName
{
border-color: #690DB0;
}
.TagClassName
{
border-color: #690DB0;
}
</style>