Shades of Purple #69097D
Tints of Purple #69097D
RGB
CMYK
RGB Variations
Color information
#69097D (or 0x69097D) is known color: Purple. HEX triplet: 69, 09 and 7D. RGB value is (105,9,125). Sum of RGB (Red+Green+Blue) = 105+9+125=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #69097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69097D is #96F682. Grayscale: #323232. Windows color (decimal): -9893507 or 8194409. OLE color: 8194409.
HSL color Cylindrical-coordinate representation of color #69097D: hue angle of 289.66º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69097D is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 9 | 125 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.51 |
| HSL | 289.66º | 0.87% | 0.26% | - |
| HSV(B) | 289.66º | 0.93% | 0.49% | - |
| XYZ | 9.63 | 4.68 | 19.8 | - |
| YUV | 50.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 125 | 0.16 | 0.93 | 0 | 0.51 | 289.66 | 0.87 | 0.26 |
| Hex | 69 | 9 | 7D | 10 | 5D | 0 | 33 | 122 | 57 | 1A |
| Octal | 151 | 11 | 175 | 20 | 135 | 0 | 63 | 442 | 127 | 32 |
| Binary | 1101001 | 1001 | 1111101 | 10000 | 1011101 | 0 | 110011 | 100100010 | 1010111 | 11010 |
Color Harmonies of #69097D
Complementary color
Monochromatic Colors of #69097D
Black with #69097D
Text Example
Text Example
White with #69097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69097D; }
p { color: rgb(105,9,125); }
H1.HeaderClassName
{
color: #69097D;
}
.AnyTagClassName
{
color: #69097D;
}
</style>
background-color css
<style>
a { background-color: #69097D; }
a { background-color: rgb(105,9,125); }
div.DivClassName
{
background-color: #69097D;
}
.BgClassName
{
background-color: #69097D;
}
</style>
border-color css
<style>
span { border-color: #69097D; }
span { border-color: rgb(105,9,125); }
td.TdClassName
{
border-color: #69097D;
}
.TagClassName
{
border-color: #69097D;
}
</style>