Shades of Purple #690C71
Tints of Purple #690C71
RGB
CMYK
RGB Variations
Color information
#690C71 (or 0x690C71) is known color: Purple. HEX triplet: 69, 0C and 71. RGB value is (105,12,113). Sum of RGB (Red+Green+Blue) = 105+12+113=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #690C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C71 is #96F38E. Grayscale: #333333. Windows color (decimal): -9892751 or 7408745. OLE color: 7408745.
HSL color Cylindrical-coordinate representation of color #690C71: hue angle of 295.25º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C71 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 12 | 113 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.56 |
| HSL | 295.25º | 0.81% | 0.25% | - |
| HSV(B) | 295.25º | 0.89% | 0.44% | - |
| XYZ | 8.94 | 4.46 | 16.01 | - |
| YUV | 51.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 113 | 0.07 | 0.89 | 0 | 0.56 | 295.25 | 0.81 | 0.25 |
| Hex | 69 | C | 71 | 7 | 59 | 0 | 38 | 127 | 51 | 19 |
| Octal | 151 | 14 | 161 | 7 | 131 | 0 | 70 | 447 | 121 | 31 |
| Binary | 1101001 | 1100 | 1110001 | 111 | 1011001 | 0 | 111000 | 100100111 | 1010001 | 11001 |
Color Harmonies of #690C71
Complementary color
Monochromatic Colors of #690C71
Black with #690C71
Text Example
Text Example
White with #690C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C71; }
p { color: rgb(105,12,113); }
H1.HeaderClassName
{
color: #690C71;
}
.AnyTagClassName
{
color: #690C71;
}
</style>
background-color css
<style>
a { background-color: #690C71; }
a { background-color: rgb(105,12,113); }
div.DivClassName
{
background-color: #690C71;
}
.BgClassName
{
background-color: #690C71;
}
</style>
border-color css
<style>
span { border-color: #690C71; }
span { border-color: rgb(105,12,113); }
td.TdClassName
{
border-color: #690C71;
}
.TagClassName
{
border-color: #690C71;
}
</style>