Shades of Purple #69137D
Tints of Purple #69137D
RGB
CMYK
RGB Variations
Color information
#69137D (or 0x69137D) is known color: Purple. HEX triplet: 69, 13 and 7D. RGB value is (105,19,125). Sum of RGB (Red+Green+Blue) = 105+19+125=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #69137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69137D is #96EC82. Grayscale: #383838. Windows color (decimal): -9890947 or 8196969. OLE color: 8196969.
HSL color Cylindrical-coordinate representation of color #69137D: hue angle of 288.68º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69137D is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 19 | 125 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.51 |
| HSL | 288.68º | 0.74% | 0.28% | - |
| HSV(B) | 288.68º | 0.85% | 0.49% | - |
| XYZ | 9.76 | 4.95 | 19.84 | - |
| YUV | 56.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 125 | 0.16 | 0.85 | 0 | 0.51 | 288.68 | 0.74 | 0.28 |
| Hex | 69 | 13 | 7D | 10 | 55 | 0 | 33 | 121 | 4A | 1C |
| Octal | 151 | 23 | 175 | 20 | 125 | 0 | 63 | 441 | 112 | 34 |
| Binary | 1101001 | 10011 | 1111101 | 10000 | 1010101 | 0 | 110011 | 100100001 | 1001010 | 11100 |
Color Harmonies of #69137D
Complementary color
Monochromatic Colors of #69137D
Black with #69137D
Text Example
Text Example
White with #69137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69137D; }
p { color: rgb(105,19,125); }
H1.HeaderClassName
{
color: #69137D;
}
.AnyTagClassName
{
color: #69137D;
}
</style>
background-color css
<style>
a { background-color: #69137D; }
a { background-color: rgb(105,19,125); }
div.DivClassName
{
background-color: #69137D;
}
.BgClassName
{
background-color: #69137D;
}
</style>
border-color css
<style>
span { border-color: #69137D; }
span { border-color: rgb(105,19,125); }
td.TdClassName
{
border-color: #69137D;
}
.TagClassName
{
border-color: #69137D;
}
</style>