Shades of Purple #691082
Tints of Purple #691082
RGB
CMYK
RGB Variations
Color information
#691082 (or 0x691082) is known color: Purple. HEX triplet: 69, 10 and 82. RGB value is (105,16,130). Sum of RGB (Red+Green+Blue) = 105+16+130=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #691082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691082 is #96EF7D. Grayscale: #373737. Windows color (decimal): -9891710 or 8523881. OLE color: 8523881.
HSL color Cylindrical-coordinate representation of color #691082: hue angle of 286.84º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691082 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 16 | 130 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.49 |
| HSL | 286.84º | 0.78% | 0.29% | - |
| HSV(B) | 286.84º | 0.88% | 0.51% | - |
| XYZ | 10.04 | 4.99 | 21.55 | - |
| YUV | 55.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 130 | 0.19 | 0.88 | 0 | 0.49 | 286.84 | 0.78 | 0.29 |
| Hex | 69 | 10 | 82 | 13 | 58 | 0 | 31 | 11F | 4E | 1D |
| Octal | 151 | 20 | 202 | 23 | 130 | 0 | 61 | 437 | 116 | 35 |
| Binary | 1101001 | 10000 | 10000010 | 10011 | 1011000 | 0 | 110001 | 100011111 | 1001110 | 11101 |
Color Harmonies of #691082
Complementary color
Monochromatic Colors of #691082
Black with #691082
Text Example
Text Example
White with #691082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691082; }
p { color: rgb(105,16,130); }
H1.HeaderClassName
{
color: #691082;
}
.AnyTagClassName
{
color: #691082;
}
</style>
background-color css
<style>
a { background-color: #691082; }
a { background-color: rgb(105,16,130); }
div.DivClassName
{
background-color: #691082;
}
.BgClassName
{
background-color: #691082;
}
</style>
border-color css
<style>
span { border-color: #691082; }
span { border-color: rgb(105,16,130); }
td.TdClassName
{
border-color: #691082;
}
.TagClassName
{
border-color: #691082;
}
</style>