Shades of Purple #69077C
Tints of Purple #69077C
RGB
CMYK
RGB Variations
Color information
#69077C (or 0x69077C) is known color: Purple. HEX triplet: 69, 07 and 7C. RGB value is (105,7,124). Sum of RGB (Red+Green+Blue) = 105+7+124=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #69077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69077C is #96F883. Grayscale: #313131. Windows color (decimal): -9894020 or 8128361. OLE color: 8128361.
HSL color Cylindrical-coordinate representation of color #69077C: hue angle of 290.26º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69077C is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 7 | 124 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.51 |
| HSL | 290.26º | 0.89% | 0.26% | - |
| HSV(B) | 290.26º | 0.94% | 0.49% | - |
| XYZ | 9.54 | 4.61 | 19.46 | - |
| YUV | 49.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 124 | 0.15 | 0.94 | 0 | 0.51 | 290.26 | 0.89 | 0.26 |
| Hex | 69 | 7 | 7C | F | 5E | 0 | 33 | 122 | 59 | 1A |
| Octal | 151 | 7 | 174 | 17 | 136 | 0 | 63 | 442 | 131 | 32 |
| Binary | 1101001 | 111 | 1111100 | 1111 | 1011110 | 0 | 110011 | 100100010 | 1011001 | 11010 |
Color Harmonies of #69077C
Complementary color
Monochromatic Colors of #69077C
Black with #69077C
Text Example
Text Example
White with #69077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69077C; }
p { color: rgb(105,7,124); }
H1.HeaderClassName
{
color: #69077C;
}
.AnyTagClassName
{
color: #69077C;
}
</style>
background-color css
<style>
a { background-color: #69077C; }
a { background-color: rgb(105,7,124); }
div.DivClassName
{
background-color: #69077C;
}
.BgClassName
{
background-color: #69077C;
}
</style>
border-color css
<style>
span { border-color: #69077C; }
span { border-color: rgb(105,7,124); }
td.TdClassName
{
border-color: #69077C;
}
.TagClassName
{
border-color: #69077C;
}
</style>