Shades of Purple #690577
Tints of Purple #690577
RGB
CMYK
RGB Variations
Color information
#690577 (or 0x690577) is known color: Purple. HEX triplet: 69, 05 and 77. RGB value is (105,5,119). Sum of RGB (Red+Green+Blue) = 105+5+119=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #690577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690577 is #96FA88. Grayscale: #2F2F2F. Windows color (decimal): -9894537 or 7800169. OLE color: 7800169.
HSL color Cylindrical-coordinate representation of color #690577: hue angle of 292.63º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690577 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 5 | 119 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.53 |
| HSL | 292.63º | 0.92% | 0.24% | - |
| HSV(B) | 292.63º | 0.96% | 0.47% | - |
| XYZ | 9.21 | 4.44 | 17.83 | - |
| YUV | 47.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 119 | 0.12 | 0.96 | 0 | 0.53 | 292.63 | 0.92 | 0.24 |
| Hex | 69 | 5 | 77 | C | 60 | 0 | 35 | 125 | 5C | 18 |
| Octal | 151 | 5 | 167 | 14 | 140 | 0 | 65 | 445 | 134 | 30 |
| Binary | 1101001 | 101 | 1110111 | 1100 | 1100000 | 0 | 110101 | 100100101 | 1011100 | 11000 |
Color Harmonies of #690577
Complementary color
Monochromatic Colors of #690577
Black with #690577
Text Example
Text Example
White with #690577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690577; }
p { color: rgb(105,5,119); }
H1.HeaderClassName
{
color: #690577;
}
.AnyTagClassName
{
color: #690577;
}
</style>
background-color css
<style>
a { background-color: #690577; }
a { background-color: rgb(105,5,119); }
div.DivClassName
{
background-color: #690577;
}
.BgClassName
{
background-color: #690577;
}
</style>
border-color css
<style>
span { border-color: #690577; }
span { border-color: rgb(105,5,119); }
td.TdClassName
{
border-color: #690577;
}
.TagClassName
{
border-color: #690577;
}
</style>