Shades of Purple #69097F
Tints of Purple #69097F
RGB
CMYK
RGB Variations
Color information
#69097F (or 0x69097F) is known color: Purple. HEX triplet: 69, 09 and 7F. RGB value is (105,9,127). Sum of RGB (Red+Green+Blue) = 105+9+127=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #69097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69097F is #96F680. Grayscale: #323232. Windows color (decimal): -9893505 or 8325481. OLE color: 8325481.
HSL color Cylindrical-coordinate representation of color #69097F: hue angle of 288.81º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69097F is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 9 | 127 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.50 |
| HSL | 288.81º | 0.87% | 0.27% | - |
| HSV(B) | 288.81º | 0.93% | 0.5% | - |
| XYZ | 9.75 | 4.73 | 20.48 | - |
| YUV | 51.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 127 | 0.17 | 0.93 | 0 | 0.50 | 288.81 | 0.87 | 0.27 |
| Hex | 69 | 9 | 7F | 11 | 5D | 0 | 32 | 121 | 57 | 1B |
| Octal | 151 | 11 | 177 | 21 | 135 | 0 | 62 | 441 | 127 | 33 |
| Binary | 1101001 | 1001 | 1111111 | 10001 | 1011101 | 0 | 110010 | 100100001 | 1010111 | 11011 |
Color Harmonies of #69097F
Complementary color
Monochromatic Colors of #69097F
Black with #69097F
Text Example
Text Example
White with #69097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69097F; }
p { color: rgb(105,9,127); }
H1.HeaderClassName
{
color: #69097F;
}
.AnyTagClassName
{
color: #69097F;
}
</style>
background-color css
<style>
a { background-color: #69097F; }
a { background-color: rgb(105,9,127); }
div.DivClassName
{
background-color: #69097F;
}
.BgClassName
{
background-color: #69097F;
}
</style>
border-color css
<style>
span { border-color: #69097F; }
span { border-color: rgb(105,9,127); }
td.TdClassName
{
border-color: #69097F;
}
.TagClassName
{
border-color: #69097F;
}
</style>