Shades of Purple #690566
Tints of Purple #690566
RGB
CMYK
RGB Variations
Color information
#690566 (or 0x690566) is known color: Purple. HEX triplet: 69, 05 and 66. RGB value is (105,5,102). Sum of RGB (Red+Green+Blue) = 105+5+102=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #690566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690566 is #96FA99. Grayscale: #2D2D2D. Windows color (decimal): -9894554 or 6686057. OLE color: 6686057.
HSL color Cylindrical-coordinate representation of color #690566: hue angle of 301.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690566 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 5 | 102 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.59 |
| HSL | 301.8º | 0.91% | 0.22% | - |
| HSV(B) | 301.8º | 0.95% | 0.41% | - |
| XYZ | 8.28 | 4.07 | 12.92 | - |
| YUV | 45.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 102 | 0 | 0.95 | 0.03 | 0.59 | 301.8 | 0.91 | 0.22 |
| Hex | 69 | 5 | 66 | 0 | 5F | 3 | 3B | 12E | 5B | 16 |
| Octal | 151 | 5 | 146 | 0 | 137 | 3 | 73 | 456 | 133 | 26 |
| Binary | 1101001 | 101 | 1100110 | 0 | 1011111 | 11 | 111011 | 100101110 | 1011011 | 10110 |
Color Harmonies of #690566
Complementary color
Monochromatic Colors of #690566
Black with #690566
Text Example
Text Example
White with #690566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690566; }
p { color: rgb(105,5,102); }
H1.HeaderClassName
{
color: #690566;
}
.AnyTagClassName
{
color: #690566;
}
</style>
background-color css
<style>
a { background-color: #690566; }
a { background-color: rgb(105,5,102); }
div.DivClassName
{
background-color: #690566;
}
.BgClassName
{
background-color: #690566;
}
</style>
border-color css
<style>
span { border-color: #690566; }
span { border-color: rgb(105,5,102); }
td.TdClassName
{
border-color: #690566;
}
.TagClassName
{
border-color: #690566;
}
</style>