Shades of Purple #690D88
Tints of Purple #690D88
RGB
CMYK
RGB Variations
Color information
#690D88 (or 0x690D88) is known color: Purple. HEX triplet: 69, 0D and 88. RGB value is (105,13,136). Sum of RGB (Red+Green+Blue) = 105+13+136=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #690D88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690D88 is #96F277. Grayscale: #363636. Windows color (decimal): -9892472 or 8916329. OLE color: 8916329.
HSL color Cylindrical-coordinate representation of color #690D88: hue angle of 284.88º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690D88 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 13 | 136 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.47 |
| HSL | 284.88º | 0.83% | 0.29% | - |
| HSV(B) | 284.88º | 0.9% | 0.53% | - |
| XYZ | 10.41 | 5.07 | 23.72 | - |
| YUV | 54.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 136 | 0.23 | 0.90 | 0 | 0.47 | 284.88 | 0.83 | 0.29 |
| Hex | 69 | D | 88 | 17 | 5A | 0 | 2F | 11D | 53 | 1D |
| Octal | 151 | 15 | 210 | 27 | 132 | 0 | 57 | 435 | 123 | 35 |
| Binary | 1101001 | 1101 | 10001000 | 10111 | 1011010 | 0 | 101111 | 100011101 | 1010011 | 11101 |
Color Harmonies of #690D88
Complementary color
Monochromatic Colors of #690D88
Black with #690D88
Text Example
Text Example
White with #690D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D88; }
p { color: rgb(105,13,136); }
H1.HeaderClassName
{
color: #690D88;
}
.AnyTagClassName
{
color: #690D88;
}
</style>
background-color css
<style>
a { background-color: #690D88; }
a { background-color: rgb(105,13,136); }
div.DivClassName
{
background-color: #690D88;
}
.BgClassName
{
background-color: #690D88;
}
</style>
border-color css
<style>
span { border-color: #690D88; }
span { border-color: rgb(105,13,136); }
td.TdClassName
{
border-color: #690D88;
}
.TagClassName
{
border-color: #690D88;
}
</style>