Shades of Purple #690B84
Tints of Purple #690B84
RGB
CMYK
RGB Variations
Color information
#690B84 (or 0x690B84) is known color: Purple. HEX triplet: 69, 0B and 84. RGB value is (105,11,132). Sum of RGB (Red+Green+Blue) = 105+11+132=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #690B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690B84 is #96F47B. Grayscale: #343434. Windows color (decimal): -9892988 or 8653673. OLE color: 8653673.
HSL color Cylindrical-coordinate representation of color #690B84: hue angle of 286.61º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690B84 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 11 | 132 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.48 |
| HSL | 286.61º | 0.85% | 0.28% | - |
| HSV(B) | 286.61º | 0.92% | 0.52% | - |
| XYZ | 10.11 | 4.91 | 22.24 | - |
| YUV | 52.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 132 | 0.20 | 0.92 | 0 | 0.48 | 286.61 | 0.85 | 0.28 |
| Hex | 69 | B | 84 | 14 | 5C | 0 | 30 | 11F | 55 | 1C |
| Octal | 151 | 13 | 204 | 24 | 134 | 0 | 60 | 437 | 125 | 34 |
| Binary | 1101001 | 1011 | 10000100 | 10100 | 1011100 | 0 | 110000 | 100011111 | 1010101 | 11100 |
Color Harmonies of #690B84
Complementary color
Monochromatic Colors of #690B84
Black with #690B84
Text Example
Text Example
White with #690B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B84; }
p { color: rgb(105,11,132); }
H1.HeaderClassName
{
color: #690B84;
}
.AnyTagClassName
{
color: #690B84;
}
</style>
background-color css
<style>
a { background-color: #690B84; }
a { background-color: rgb(105,11,132); }
div.DivClassName
{
background-color: #690B84;
}
.BgClassName
{
background-color: #690B84;
}
</style>
border-color css
<style>
span { border-color: #690B84; }
span { border-color: rgb(105,11,132); }
td.TdClassName
{
border-color: #690B84;
}
.TagClassName
{
border-color: #690B84;
}
</style>