Shades of Purple #690370
Tints of Purple #690370
RGB
CMYK
RGB Variations
Color information
#690370 (or 0x690370) is known color: Purple. HEX triplet: 69, 03 and 70. RGB value is (105,3,112). Sum of RGB (Red+Green+Blue) = 105+3+112=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #690370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690370 is #96FC8F. Grayscale: #2D2D2D. Windows color (decimal): -9895056 or 7340905. OLE color: 7340905.
HSL color Cylindrical-coordinate representation of color #690370: hue angle of 296.15º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690370 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 3 | 112 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.56 |
| HSL | 296.15º | 0.95% | 0.23% | - |
| HSV(B) | 296.15º | 0.97% | 0.44% | - |
| XYZ | 8.78 | 4.24 | 15.68 | - |
| YUV | 45.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 112 | 0.06 | 0.97 | 0 | 0.56 | 296.15 | 0.95 | 0.23 |
| Hex | 69 | 3 | 70 | 6 | 61 | 0 | 38 | 128 | 5F | 17 |
| Octal | 151 | 3 | 160 | 6 | 141 | 0 | 70 | 450 | 137 | 27 |
| Binary | 1101001 | 11 | 1110000 | 110 | 1100001 | 0 | 111000 | 100101000 | 1011111 | 10111 |
Color Harmonies of #690370
Complementary color
Monochromatic Colors of #690370
Black with #690370
Text Example
Text Example
White with #690370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690370; }
p { color: rgb(105,3,112); }
H1.HeaderClassName
{
color: #690370;
}
.AnyTagClassName
{
color: #690370;
}
</style>
background-color css
<style>
a { background-color: #690370; }
a { background-color: rgb(105,3,112); }
div.DivClassName
{
background-color: #690370;
}
.BgClassName
{
background-color: #690370;
}
</style>
border-color css
<style>
span { border-color: #690370; }
span { border-color: rgb(105,3,112); }
td.TdClassName
{
border-color: #690370;
}
.TagClassName
{
border-color: #690370;
}
</style>