Shades of Purple #690785
Tints of Purple #690785
RGB
CMYK
RGB Variations
Color information
#690785 (or 0x690785) is known color: Purple. HEX triplet: 69, 07 and 85. RGB value is (105,7,133). Sum of RGB (Red+Green+Blue) = 105+7+133=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #690785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690785 is #96F87A. Grayscale: #323232. Windows color (decimal): -9894011 or 8718185. OLE color: 8718185.
HSL color Cylindrical-coordinate representation of color #690785: hue angle of 286.67º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690785 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 7 | 133 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.48 |
| HSL | 286.67º | 0.9% | 0.27% | - |
| HSV(B) | 286.67º | 0.95% | 0.52% | - |
| XYZ | 10.14 | 4.85 | 22.59 | - |
| YUV | 50.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 133 | 0.21 | 0.95 | 0 | 0.48 | 286.67 | 0.9 | 0.27 |
| Hex | 69 | 7 | 85 | 15 | 5F | 0 | 30 | 11F | 5A | 1B |
| Octal | 151 | 7 | 205 | 25 | 137 | 0 | 60 | 437 | 132 | 33 |
| Binary | 1101001 | 111 | 10000101 | 10101 | 1011111 | 0 | 110000 | 100011111 | 1011010 | 11011 |
Color Harmonies of #690785
Complementary color
Monochromatic Colors of #690785
Black with #690785
Text Example
Text Example
White with #690785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690785; }
p { color: rgb(105,7,133); }
H1.HeaderClassName
{
color: #690785;
}
.AnyTagClassName
{
color: #690785;
}
</style>
background-color css
<style>
a { background-color: #690785; }
a { background-color: rgb(105,7,133); }
div.DivClassName
{
background-color: #690785;
}
.BgClassName
{
background-color: #690785;
}
</style>
border-color css
<style>
span { border-color: #690785; }
span { border-color: rgb(105,7,133); }
td.TdClassName
{
border-color: #690785;
}
.TagClassName
{
border-color: #690785;
}
</style>