Shades of Purple #69007A
Tints of Purple #69007A
RGB
CMYK
RGB Variations
Color information
#69007A (or 0x69007A) is known color: Purple. HEX triplet: 69, 00 and 7A. RGB value is (105,0,122). Sum of RGB (Red+Green+Blue) = 105+0+122=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #69007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69007A is #96FF85. Grayscale: #2C2C2C. Windows color (decimal): -9895814 or 7995497. OLE color: 7995497.
HSL color Cylindrical-coordinate representation of color #69007A: hue angle of 291.64º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69007A is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 0 | 122 | - |
| CMYK | 0.14 | 1 | 0 | 0.52 |
| HSL | 291.64º | 1% | 0.24% | - |
| HSV(B) | 291.64º | 1% | 0.48% | - |
| XYZ | 9.34 | 4.41 | 18.77 | - |
| YUV | 45.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 122 | 0.14 | 1 | 0 | 0.52 | 291.64 | 1 | 0.24 |
| Hex | 69 | 0 | 7A | E | 64 | 0 | 34 | 124 | 64 | 18 |
| Octal | 151 | 0 | 172 | 16 | 144 | 0 | 64 | 444 | 144 | 30 |
| Binary | 1101001 | 0 | 1111010 | 1110 | 1100100 | 0 | 110100 | 100100100 | 1100100 | 11000 |
Color Harmonies of #69007A
Complementary color
Monochromatic Colors of #69007A
Black with #69007A
Text Example
Text Example
White with #69007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69007A; }
p { color: rgb(105,0,122); }
H1.HeaderClassName
{
color: #69007A;
}
.AnyTagClassName
{
color: #69007A;
}
</style>
background-color css
<style>
a { background-color: #69007A; }
a { background-color: rgb(105,0,122); }
div.DivClassName
{
background-color: #69007A;
}
.BgClassName
{
background-color: #69007A;
}
</style>
border-color css
<style>
span { border-color: #69007A; }
span { border-color: rgb(105,0,122); }
td.TdClassName
{
border-color: #69007A;
}
.TagClassName
{
border-color: #69007A;
}
</style>