Shades of Purple #69007D
Tints of Purple #69007D
RGB
CMYK
RGB Variations
Color information
#69007D (or 0x69007D) is known color: Purple. HEX triplet: 69, 00 and 7D. RGB value is (105,0,125). Sum of RGB (Red+Green+Blue) = 105+0+125=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #69007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69007D is #96FF82. Grayscale: #2D2D2D. Windows color (decimal): -9895811 or 8192105. OLE color: 8192105.
HSL color Cylindrical-coordinate representation of color #69007D: hue angle of 290.4º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69007D is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 0 | 125 | - |
| CMYK | 0.16 | 1 | 0 | 0.51 |
| HSL | 290.4º | 1% | 0.25% | - |
| HSV(B) | 290.4º | 1% | 0.49% | - |
| XYZ | 9.53 | 4.48 | 19.77 | - |
| YUV | 45.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 125 | 0.16 | 1 | 0 | 0.51 | 290.4 | 1 | 0.25 |
| Hex | 69 | 0 | 7D | 10 | 64 | 0 | 33 | 122 | 64 | 19 |
| Octal | 151 | 0 | 175 | 20 | 144 | 0 | 63 | 442 | 144 | 31 |
| Binary | 1101001 | 0 | 1111101 | 10000 | 1100100 | 0 | 110011 | 100100010 | 1100100 | 11001 |
Color Harmonies of #69007D
Complementary color
Monochromatic Colors of #69007D
Black with #69007D
Text Example
Text Example
White with #69007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69007D; }
p { color: rgb(105,0,125); }
H1.HeaderClassName
{
color: #69007D;
}
.AnyTagClassName
{
color: #69007D;
}
</style>
background-color css
<style>
a { background-color: #69007D; }
a { background-color: rgb(105,0,125); }
div.DivClassName
{
background-color: #69007D;
}
.BgClassName
{
background-color: #69007D;
}
</style>
border-color css
<style>
span { border-color: #69007D; }
span { border-color: rgb(105,0,125); }
td.TdClassName
{
border-color: #69007D;
}
.TagClassName
{
border-color: #69007D;
}
</style>