Shades of Purple #690B88
Tints of Purple #690B88
RGB
CMYK
RGB Variations
Color information
#690B88 (or 0x690B88) is known color: Purple. HEX triplet: 69, 0B and 88. RGB value is (105,11,136). Sum of RGB (Red+Green+Blue) = 105+11+136=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #690B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690B88 is #96F477. Grayscale: #343434. Windows color (decimal): -9892984 or 8915817. OLE color: 8915817.
HSL color Cylindrical-coordinate representation of color #690B88: hue angle of 285.12º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690B88 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 11 | 136 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.47 |
| HSL | 285.12º | 0.85% | 0.29% | - |
| HSV(B) | 285.12º | 0.92% | 0.53% | - |
| XYZ | 10.39 | 5.02 | 23.71 | - |
| YUV | 53.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 136 | 0.23 | 0.92 | 0 | 0.47 | 285.12 | 0.85 | 0.29 |
| Hex | 69 | B | 88 | 17 | 5C | 0 | 2F | 11D | 55 | 1D |
| Octal | 151 | 13 | 210 | 27 | 134 | 0 | 57 | 435 | 125 | 35 |
| Binary | 1101001 | 1011 | 10001000 | 10111 | 1011100 | 0 | 101111 | 100011101 | 1010101 | 11101 |
Color Harmonies of #690B88
Complementary color
Monochromatic Colors of #690B88
Black with #690B88
Text Example
Text Example
White with #690B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B88; }
p { color: rgb(105,11,136); }
H1.HeaderClassName
{
color: #690B88;
}
.AnyTagClassName
{
color: #690B88;
}
</style>
background-color css
<style>
a { background-color: #690B88; }
a { background-color: rgb(105,11,136); }
div.DivClassName
{
background-color: #690B88;
}
.BgClassName
{
background-color: #690B88;
}
</style>
border-color css
<style>
span { border-color: #690B88; }
span { border-color: rgb(105,11,136); }
td.TdClassName
{
border-color: #690B88;
}
.TagClassName
{
border-color: #690B88;
}
</style>