Shades of Purple #690573
Tints of Purple #690573
RGB
CMYK
RGB Variations
Color information
#690573 (or 0x690573) is known color: Purple. HEX triplet: 69, 05 and 73. RGB value is (105,5,115). Sum of RGB (Red+Green+Blue) = 105+5+115=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #690573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690573 is #96FA8C. Grayscale: #2F2F2F. Windows color (decimal): -9894541 or 7538025. OLE color: 7538025.
HSL color Cylindrical-coordinate representation of color #690573: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690573 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 5 | 115 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.55 |
| HSL | 294.55º | 0.92% | 0.24% | - |
| HSV(B) | 294.55º | 0.96% | 0.45% | - |
| XYZ | 8.97 | 4.35 | 16.59 | - |
| YUV | 47.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 115 | 0.09 | 0.96 | 0 | 0.55 | 294.55 | 0.92 | 0.24 |
| Hex | 69 | 5 | 73 | 9 | 60 | 0 | 37 | 127 | 5C | 18 |
| Octal | 151 | 5 | 163 | 11 | 140 | 0 | 67 | 447 | 134 | 30 |
| Binary | 1101001 | 101 | 1110011 | 1001 | 1100000 | 0 | 110111 | 100100111 | 1011100 | 11000 |
Color Harmonies of #690573
Complementary color
Monochromatic Colors of #690573
Black with #690573
Text Example
Text Example
White with #690573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690573; }
p { color: rgb(105,5,115); }
H1.HeaderClassName
{
color: #690573;
}
.AnyTagClassName
{
color: #690573;
}
</style>
background-color css
<style>
a { background-color: #690573; }
a { background-color: rgb(105,5,115); }
div.DivClassName
{
background-color: #690573;
}
.BgClassName
{
background-color: #690573;
}
</style>
border-color css
<style>
span { border-color: #690573; }
span { border-color: rgb(105,5,115); }
td.TdClassName
{
border-color: #690573;
}
.TagClassName
{
border-color: #690573;
}
</style>