Shades of Purple #690C8A
Tints of Purple #690C8A
RGB
CMYK
RGB Variations
Color information
#690C8A (or 0x690C8A) is known color: Purple. HEX triplet: 69, 0C and 8A. RGB value is (105,12,138). Sum of RGB (Red+Green+Blue) = 105+12+138=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #690C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690C8A is #96F375. Grayscale: #353535. Windows color (decimal): -9892726 or 9047145. OLE color: 9047145.
HSL color Cylindrical-coordinate representation of color #690C8A: hue angle of 284.29º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690C8A is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 12 | 138 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.46 |
| HSL | 284.29º | 0.84% | 0.29% | - |
| HSV(B) | 284.29º | 0.91% | 0.54% | - |
| XYZ | 10.54 | 5.1 | 24.47 | - |
| YUV | 54.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 138 | 0.24 | 0.91 | 0 | 0.46 | 284.29 | 0.84 | 0.29 |
| Hex | 69 | C | 8A | 18 | 5B | 0 | 2E | 11C | 54 | 1D |
| Octal | 151 | 14 | 212 | 30 | 133 | 0 | 56 | 434 | 124 | 35 |
| Binary | 1101001 | 1100 | 10001010 | 11000 | 1011011 | 0 | 101110 | 100011100 | 1010100 | 11101 |
Color Harmonies of #690C8A
Complementary color
Monochromatic Colors of #690C8A
Black with #690C8A
Text Example
Text Example
White with #690C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C8A; }
p { color: rgb(105,12,138); }
H1.HeaderClassName
{
color: #690C8A;
}
.AnyTagClassName
{
color: #690C8A;
}
</style>
background-color css
<style>
a { background-color: #690C8A; }
a { background-color: rgb(105,12,138); }
div.DivClassName
{
background-color: #690C8A;
}
.BgClassName
{
background-color: #690C8A;
}
</style>
border-color css
<style>
span { border-color: #690C8A; }
span { border-color: rgb(105,12,138); }
td.TdClassName
{
border-color: #690C8A;
}
.TagClassName
{
border-color: #690C8A;
}
</style>