Shades of Purple #690C72
Tints of Purple #690C72
RGB
CMYK
RGB Variations
Color information
#690C72 (or 0x690C72) is known color: Purple. HEX triplet: 69, 0C and 72. RGB value is (105,12,114). Sum of RGB (Red+Green+Blue) = 105+12+114=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #690C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C72 is #96F38D. Grayscale: #333333. Windows color (decimal): -9892750 or 7474281. OLE color: 7474281.
HSL color Cylindrical-coordinate representation of color #690C72: hue angle of 294.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C72 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 12 | 114 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.55 |
| HSL | 294.71º | 0.81% | 0.25% | - |
| HSV(B) | 294.71º | 0.89% | 0.45% | - |
| XYZ | 8.99 | 4.48 | 16.31 | - |
| YUV | 51.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 114 | 0.08 | 0.89 | 0 | 0.55 | 294.71 | 0.81 | 0.25 |
| Hex | 69 | C | 72 | 8 | 59 | 0 | 37 | 127 | 51 | 19 |
| Octal | 151 | 14 | 162 | 10 | 131 | 0 | 67 | 447 | 121 | 31 |
| Binary | 1101001 | 1100 | 1110010 | 1000 | 1011001 | 0 | 110111 | 100100111 | 1010001 | 11001 |
Color Harmonies of #690C72
Complementary color
Monochromatic Colors of #690C72
Black with #690C72
Text Example
Text Example
White with #690C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C72; }
p { color: rgb(105,12,114); }
H1.HeaderClassName
{
color: #690C72;
}
.AnyTagClassName
{
color: #690C72;
}
</style>
background-color css
<style>
a { background-color: #690C72; }
a { background-color: rgb(105,12,114); }
div.DivClassName
{
background-color: #690C72;
}
.BgClassName
{
background-color: #690C72;
}
</style>
border-color css
<style>
span { border-color: #690C72; }
span { border-color: rgb(105,12,114); }
td.TdClassName
{
border-color: #690C72;
}
.TagClassName
{
border-color: #690C72;
}
</style>