Shades of Purple #690B72
Tints of Purple #690B72
RGB
CMYK
RGB Variations
Color information
#690B72 (or 0x690B72) is known color: Purple. HEX triplet: 69, 0B and 72. RGB value is (105,11,114). Sum of RGB (Red+Green+Blue) = 105+11+114=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #690B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B72 is #96F48D. Grayscale: #323232. Windows color (decimal): -9893006 or 7474025. OLE color: 7474025.
HSL color Cylindrical-coordinate representation of color #690B72: hue angle of 294.76º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B72 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 11 | 114 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.55 |
| HSL | 294.76º | 0.82% | 0.25% | - |
| HSV(B) | 294.76º | 0.9% | 0.45% | - |
| XYZ | 8.98 | 4.46 | 16.31 | - |
| YUV | 50.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 114 | 0.08 | 0.90 | 0 | 0.55 | 294.76 | 0.82 | 0.25 |
| Hex | 69 | B | 72 | 8 | 5A | 0 | 37 | 127 | 52 | 19 |
| Octal | 151 | 13 | 162 | 10 | 132 | 0 | 67 | 447 | 122 | 31 |
| Binary | 1101001 | 1011 | 1110010 | 1000 | 1011010 | 0 | 110111 | 100100111 | 1010010 | 11001 |
Color Harmonies of #690B72
Complementary color
Monochromatic Colors of #690B72
Black with #690B72
Text Example
Text Example
White with #690B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B72; }
p { color: rgb(105,11,114); }
H1.HeaderClassName
{
color: #690B72;
}
.AnyTagClassName
{
color: #690B72;
}
</style>
background-color css
<style>
a { background-color: #690B72; }
a { background-color: rgb(105,11,114); }
div.DivClassName
{
background-color: #690B72;
}
.BgClassName
{
background-color: #690B72;
}
</style>
border-color css
<style>
span { border-color: #690B72; }
span { border-color: rgb(105,11,114); }
td.TdClassName
{
border-color: #690B72;
}
.TagClassName
{
border-color: #690B72;
}
</style>