Shades of Purple #69107D
Tints of Purple #69107D
RGB
CMYK
RGB Variations
Color information
#69107D (or 0x69107D) is known color: Purple. HEX triplet: 69, 10 and 7D. RGB value is (105,16,125). Sum of RGB (Red+Green+Blue) = 105+16+125=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #69107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69107D is #96EF82. Grayscale: #363636. Windows color (decimal): -9891715 or 8196201. OLE color: 8196201.
HSL color Cylindrical-coordinate representation of color #69107D: hue angle of 288.99º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69107D is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 16 | 125 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.51 |
| HSL | 288.99º | 0.77% | 0.28% | - |
| HSV(B) | 288.99º | 0.87% | 0.49% | - |
| XYZ | 9.71 | 4.85 | 19.83 | - |
| YUV | 55.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 125 | 0.16 | 0.87 | 0 | 0.51 | 288.99 | 0.77 | 0.28 |
| Hex | 69 | 10 | 7D | 10 | 57 | 0 | 33 | 121 | 4D | 1C |
| Octal | 151 | 20 | 175 | 20 | 127 | 0 | 63 | 441 | 115 | 34 |
| Binary | 1101001 | 10000 | 1111101 | 10000 | 1010111 | 0 | 110011 | 100100001 | 1001101 | 11100 |
Color Harmonies of #69107D
Complementary color
Monochromatic Colors of #69107D
Black with #69107D
Text Example
Text Example
White with #69107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69107D; }
p { color: rgb(105,16,125); }
H1.HeaderClassName
{
color: #69107D;
}
.AnyTagClassName
{
color: #69107D;
}
</style>
background-color css
<style>
a { background-color: #69107D; }
a { background-color: rgb(105,16,125); }
div.DivClassName
{
background-color: #69107D;
}
.BgClassName
{
background-color: #69107D;
}
</style>
border-color css
<style>
span { border-color: #69107D; }
span { border-color: rgb(105,16,125); }
td.TdClassName
{
border-color: #69107D;
}
.TagClassName
{
border-color: #69107D;
}
</style>