Shades of Purple #690972
Tints of Purple #690972
RGB
CMYK
RGB Variations
Color information
#690972 (or 0x690972) is known color: Purple. HEX triplet: 69, 09 and 72. RGB value is (105,9,114). Sum of RGB (Red+Green+Blue) = 105+9+114=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #690972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690972 is #96F68D. Grayscale: #313131. Windows color (decimal): -9893518 or 7473513. OLE color: 7473513.
HSL color Cylindrical-coordinate representation of color #690972: hue angle of 294.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690972 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 9 | 114 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.55 |
| HSL | 294.86º | 0.85% | 0.24% | - |
| HSV(B) | 294.86º | 0.92% | 0.45% | - |
| XYZ | 8.96 | 4.41 | 16.3 | - |
| YUV | 49.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 114 | 0.08 | 0.92 | 0 | 0.55 | 294.86 | 0.85 | 0.24 |
| Hex | 69 | 9 | 72 | 8 | 5C | 0 | 37 | 127 | 55 | 18 |
| Octal | 151 | 11 | 162 | 10 | 134 | 0 | 67 | 447 | 125 | 30 |
| Binary | 1101001 | 1001 | 1110010 | 1000 | 1011100 | 0 | 110111 | 100100111 | 1010101 | 11000 |
Color Harmonies of #690972
Complementary color
Monochromatic Colors of #690972
Black with #690972
Text Example
Text Example
White with #690972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690972; }
p { color: rgb(105,9,114); }
H1.HeaderClassName
{
color: #690972;
}
.AnyTagClassName
{
color: #690972;
}
</style>
background-color css
<style>
a { background-color: #690972; }
a { background-color: rgb(105,9,114); }
div.DivClassName
{
background-color: #690972;
}
.BgClassName
{
background-color: #690972;
}
</style>
border-color css
<style>
span { border-color: #690972; }
span { border-color: rgb(105,9,114); }
td.TdClassName
{
border-color: #690972;
}
.TagClassName
{
border-color: #690972;
}
</style>