Shades of Purple #69107F
Tints of Purple #69107F
RGB
CMYK
RGB Variations
Color information
#69107F (or 0x69107F) is known color: Purple. HEX triplet: 69, 10 and 7F. RGB value is (105,16,127). Sum of RGB (Red+Green+Blue) = 105+16+127=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #69107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69107F is #96EF80. Grayscale: #363636. Windows color (decimal): -9891713 or 8327273. OLE color: 8327273.
HSL color Cylindrical-coordinate representation of color #69107F: hue angle of 288.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69107F is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 16 | 127 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.50 |
| HSL | 288.11º | 0.78% | 0.28% | - |
| HSV(B) | 288.11º | 0.87% | 0.5% | - |
| XYZ | 9.84 | 4.91 | 20.51 | - |
| YUV | 55.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 127 | 0.17 | 0.87 | 0 | 0.50 | 288.11 | 0.78 | 0.28 |
| Hex | 69 | 10 | 7F | 11 | 57 | 0 | 32 | 120 | 4E | 1C |
| Octal | 151 | 20 | 177 | 21 | 127 | 0 | 62 | 440 | 116 | 34 |
| Binary | 1101001 | 10000 | 1111111 | 10001 | 1010111 | 0 | 110010 | 100100000 | 1001110 | 11100 |
Color Harmonies of #69107F
Complementary color
Monochromatic Colors of #69107F
Black with #69107F
Text Example
Text Example
White with #69107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69107F; }
p { color: rgb(105,16,127); }
H1.HeaderClassName
{
color: #69107F;
}
.AnyTagClassName
{
color: #69107F;
}
</style>
background-color css
<style>
a { background-color: #69107F; }
a { background-color: rgb(105,16,127); }
div.DivClassName
{
background-color: #69107F;
}
.BgClassName
{
background-color: #69107F;
}
</style>
border-color css
<style>
span { border-color: #69107F; }
span { border-color: rgb(105,16,127); }
td.TdClassName
{
border-color: #69107F;
}
.TagClassName
{
border-color: #69107F;
}
</style>