Shades of Purple Heart #690BC0
Tints of Purple Heart #690BC0
RGB
CMYK
RGB Variations
Color information
#690BC0 (or 0x690BC0) is known color: Purple Heart. HEX triplet: 69, 0B and C0. RGB value is (105,11,192). Sum of RGB (Red+Green+Blue) = 105+11+192=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #690BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BC0 is #96F43F. Grayscale: #3B3B3B. Windows color (decimal): -9892928 or 12585833. OLE color: 12585833.
HSL color Cylindrical-coordinate representation of color #690BC0: hue angle of 271.16º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690BC0 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 11 | 192 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.25 |
| HSL | 271.16º | 0.89% | 0.4% | - |
| HSV(B) | 271.16º | 0.94% | 0.75% | - |
| XYZ | 15.46 | 7.05 | 50.41 | - |
| YUV | 59.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 192 | 0.45 | 0.94 | 0 | 0.25 | 271.16 | 0.89 | 0.4 |
| Hex | 69 | B | C0 | 2D | 5E | 0 | 19 | 10F | 59 | 28 |
| Octal | 151 | 13 | 300 | 55 | 136 | 0 | 31 | 417 | 131 | 50 |
| Binary | 1101001 | 1011 | 11000000 | 101101 | 1011110 | 0 | 11001 | 100001111 | 1011001 | 101000 |
Color Harmonies of #690BC0
Complementary color
Monochromatic Colors of #690BC0
Black with #690BC0
Text Example
Text Example
White with #690BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BC0; }
p { color: rgb(105,11,192); }
H1.HeaderClassName
{
color: #690BC0;
}
.AnyTagClassName
{
color: #690BC0;
}
</style>
background-color css
<style>
a { background-color: #690BC0; }
a { background-color: rgb(105,11,192); }
div.DivClassName
{
background-color: #690BC0;
}
.BgClassName
{
background-color: #690BC0;
}
</style>
border-color css
<style>
span { border-color: #690BC0; }
span { border-color: rgb(105,11,192); }
td.TdClassName
{
border-color: #690BC0;
}
.TagClassName
{
border-color: #690BC0;
}
</style>