Shades of Purple #690D85
Tints of Purple #690D85
RGB
CMYK
RGB Variations
Color information
#690D85 (or 0x690D85) is known color: Purple. HEX triplet: 69, 0D and 85. RGB value is (105,13,133). Sum of RGB (Red+Green+Blue) = 105+13+133=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #690D85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690D85 is #96F27A. Grayscale: #353535. Windows color (decimal): -9892475 or 8719721. OLE color: 8719721.
HSL color Cylindrical-coordinate representation of color #690D85: hue angle of 286º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690D85 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 13 | 133 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.48 |
| HSL | 286º | 0.82% | 0.29% | - |
| HSV(B) | 286º | 0.9% | 0.52% | - |
| XYZ | 10.2 | 4.98 | 22.61 | - |
| YUV | 54.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 133 | 0.21 | 0.90 | 0 | 0.48 | 286 | 0.82 | 0.29 |
| Hex | 69 | D | 85 | 15 | 5A | 0 | 30 | 11E | 52 | 1D |
| Octal | 151 | 15 | 205 | 25 | 132 | 0 | 60 | 436 | 122 | 35 |
| Binary | 1101001 | 1101 | 10000101 | 10101 | 1011010 | 0 | 110000 | 100011110 | 1010010 | 11101 |
Color Harmonies of #690D85
Complementary color
Monochromatic Colors of #690D85
Black with #690D85
Text Example
Text Example
White with #690D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D85; }
p { color: rgb(105,13,133); }
H1.HeaderClassName
{
color: #690D85;
}
.AnyTagClassName
{
color: #690D85;
}
</style>
background-color css
<style>
a { background-color: #690D85; }
a { background-color: rgb(105,13,133); }
div.DivClassName
{
background-color: #690D85;
}
.BgClassName
{
background-color: #690D85;
}
</style>
border-color css
<style>
span { border-color: #690D85; }
span { border-color: rgb(105,13,133); }
td.TdClassName
{
border-color: #690D85;
}
.TagClassName
{
border-color: #690D85;
}
</style>