Shades of Purple #690F70
Tints of Purple #690F70
RGB
CMYK
RGB Variations
Color information
#690F70 (or 0x690F70) is known color: Purple. HEX triplet: 69, 0F and 70. RGB value is (105,15,112). Sum of RGB (Red+Green+Blue) = 105+15+112=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #690F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690F70 is #96F08F. Grayscale: #343434. Windows color (decimal): -9891984 or 7343977. OLE color: 7343977.
HSL color Cylindrical-coordinate representation of color #690F70: hue angle of 295.67º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690F70 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 15 | 112 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.56 |
| HSL | 295.67º | 0.76% | 0.25% | - |
| HSV(B) | 295.67º | 0.87% | 0.44% | - |
| XYZ | 8.92 | 4.51 | 15.73 | - |
| YUV | 52.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 112 | 0.06 | 0.87 | 0 | 0.56 | 295.67 | 0.76 | 0.25 |
| Hex | 69 | F | 70 | 6 | 57 | 0 | 38 | 128 | 4C | 19 |
| Octal | 151 | 17 | 160 | 6 | 127 | 0 | 70 | 450 | 114 | 31 |
| Binary | 1101001 | 1111 | 1110000 | 110 | 1010111 | 0 | 111000 | 100101000 | 1001100 | 11001 |
Color Harmonies of #690F70
Complementary color
Monochromatic Colors of #690F70
Black with #690F70
Text Example
Text Example
White with #690F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F70; }
p { color: rgb(105,15,112); }
H1.HeaderClassName
{
color: #690F70;
}
.AnyTagClassName
{
color: #690F70;
}
</style>
background-color css
<style>
a { background-color: #690F70; }
a { background-color: rgb(105,15,112); }
div.DivClassName
{
background-color: #690F70;
}
.BgClassName
{
background-color: #690F70;
}
</style>
border-color css
<style>
span { border-color: #690F70; }
span { border-color: rgb(105,15,112); }
td.TdClassName
{
border-color: #690F70;
}
.TagClassName
{
border-color: #690F70;
}
</style>