Shades of Purple #690873
Tints of Purple #690873
RGB
CMYK
RGB Variations
Color information
#690873 (or 0x690873) is known color: Purple. HEX triplet: 69, 08 and 73. RGB value is (105,8,115). Sum of RGB (Red+Green+Blue) = 105+8+115=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #690873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690873 is #96F78C. Grayscale: #303030. Windows color (decimal): -9893773 or 7538793. OLE color: 7538793.
HSL color Cylindrical-coordinate representation of color #690873: hue angle of 294.39º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690873 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 8 | 115 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.55 |
| HSL | 294.39º | 0.87% | 0.24% | - |
| HSV(B) | 294.39º | 0.93% | 0.45% | - |
| XYZ | 9.01 | 4.41 | 16.6 | - |
| YUV | 49.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 115 | 0.09 | 0.93 | 0 | 0.55 | 294.39 | 0.87 | 0.24 |
| Hex | 69 | 8 | 73 | 9 | 5D | 0 | 37 | 126 | 57 | 18 |
| Octal | 151 | 10 | 163 | 11 | 135 | 0 | 67 | 446 | 127 | 30 |
| Binary | 1101001 | 1000 | 1110011 | 1001 | 1011101 | 0 | 110111 | 100100110 | 1010111 | 11000 |
Color Harmonies of #690873
Complementary color
Monochromatic Colors of #690873
Black with #690873
Text Example
Text Example
White with #690873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690873; }
p { color: rgb(105,8,115); }
H1.HeaderClassName
{
color: #690873;
}
.AnyTagClassName
{
color: #690873;
}
</style>
background-color css
<style>
a { background-color: #690873; }
a { background-color: rgb(105,8,115); }
div.DivClassName
{
background-color: #690873;
}
.BgClassName
{
background-color: #690873;
}
</style>
border-color css
<style>
span { border-color: #690873; }
span { border-color: rgb(105,8,115); }
td.TdClassName
{
border-color: #690873;
}
.TagClassName
{
border-color: #690873;
}
</style>