Shades of Purple #69086F
Tints of Purple #69086F
RGB
CMYK
RGB Variations
Color information
#69086F (or 0x69086F) is known color: Purple. HEX triplet: 69, 08 and 6F. RGB value is (105,8,111). Sum of RGB (Red+Green+Blue) = 105+8+111=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #69086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69086F is #96F790. Grayscale: #303030. Windows color (decimal): -9893777 or 7276649. OLE color: 7276649.
HSL color Cylindrical-coordinate representation of color #69086F: hue angle of 296.5º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69086F is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 8 | 111 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.56 |
| HSL | 296.5º | 0.87% | 0.23% | - |
| HSV(B) | 296.5º | 0.93% | 0.44% | - |
| XYZ | 8.78 | 4.32 | 15.41 | - |
| YUV | 48.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 111 | 0.05 | 0.93 | 0 | 0.56 | 296.5 | 0.87 | 0.23 |
| Hex | 69 | 8 | 6F | 5 | 5D | 0 | 38 | 129 | 57 | 17 |
| Octal | 151 | 10 | 157 | 5 | 135 | 0 | 70 | 451 | 127 | 27 |
| Binary | 1101001 | 1000 | 1101111 | 101 | 1011101 | 0 | 111000 | 100101001 | 1010111 | 10111 |
Color Harmonies of #69086F
Complementary color
Monochromatic Colors of #69086F
Black with #69086F
Text Example
Text Example
White with #69086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69086F; }
p { color: rgb(105,8,111); }
H1.HeaderClassName
{
color: #69086F;
}
.AnyTagClassName
{
color: #69086F;
}
</style>
background-color css
<style>
a { background-color: #69086F; }
a { background-color: rgb(105,8,111); }
div.DivClassName
{
background-color: #69086F;
}
.BgClassName
{
background-color: #69086F;
}
</style>
border-color css
<style>
span { border-color: #69086F; }
span { border-color: rgb(105,8,111); }
td.TdClassName
{
border-color: #69086F;
}
.TagClassName
{
border-color: #69086F;
}
</style>