Shades of Purple #690D83
Tints of Purple #690D83
RGB
CMYK
RGB Variations
Color information
#690D83 (or 0x690D83) is known color: Purple. HEX triplet: 69, 0D and 83. RGB value is (105,13,131). Sum of RGB (Red+Green+Blue) = 105+13+131=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #690D83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690D83 is #96F27C. Grayscale: #353535. Windows color (decimal): -9892477 or 8588649. OLE color: 8588649.
HSL color Cylindrical-coordinate representation of color #690D83: hue angle of 286.78º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690D83 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 13 | 131 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.49 |
| HSL | 286.78º | 0.82% | 0.28% | - |
| HSV(B) | 286.78º | 0.9% | 0.51% | - |
| XYZ | 10.07 | 4.93 | 21.89 | - |
| YUV | 53.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 131 | 0.20 | 0.90 | 0 | 0.49 | 286.78 | 0.82 | 0.28 |
| Hex | 69 | D | 83 | 14 | 5A | 0 | 31 | 11F | 52 | 1C |
| Octal | 151 | 15 | 203 | 24 | 132 | 0 | 61 | 437 | 122 | 34 |
| Binary | 1101001 | 1101 | 10000011 | 10100 | 1011010 | 0 | 110001 | 100011111 | 1010010 | 11100 |
Color Harmonies of #690D83
Complementary color
Monochromatic Colors of #690D83
Black with #690D83
Text Example
Text Example
White with #690D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D83; }
p { color: rgb(105,13,131); }
H1.HeaderClassName
{
color: #690D83;
}
.AnyTagClassName
{
color: #690D83;
}
</style>
background-color css
<style>
a { background-color: #690D83; }
a { background-color: rgb(105,13,131); }
div.DivClassName
{
background-color: #690D83;
}
.BgClassName
{
background-color: #690D83;
}
</style>
border-color css
<style>
span { border-color: #690D83; }
span { border-color: rgb(105,13,131); }
td.TdClassName
{
border-color: #690D83;
}
.TagClassName
{
border-color: #690D83;
}
</style>