Shades of Purple #69016F
Tints of Purple #69016F
RGB
CMYK
RGB Variations
Color information
#69016F (or 0x69016F) is known color: Purple. HEX triplet: 69, 01 and 6F. RGB value is (105,1,111). Sum of RGB (Red+Green+Blue) = 105+1+111=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #69016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69016F is #96FE90. Grayscale: #2C2C2C. Windows color (decimal): -9895569 or 7274857. OLE color: 7274857.
HSL color Cylindrical-coordinate representation of color #69016F: hue angle of 296.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69016F is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 1 | 111 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.56 |
| HSL | 296.73º | 0.98% | 0.22% | - |
| HSV(B) | 296.73º | 0.99% | 0.44% | - |
| XYZ | 8.71 | 4.17 | 15.39 | - |
| YUV | 44.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 111 | 0.05 | 0.99 | 0 | 0.56 | 296.73 | 0.98 | 0.22 |
| Hex | 69 | 1 | 6F | 5 | 63 | 0 | 38 | 129 | 62 | 16 |
| Octal | 151 | 1 | 157 | 5 | 143 | 0 | 70 | 451 | 142 | 26 |
| Binary | 1101001 | 1 | 1101111 | 101 | 1100011 | 0 | 111000 | 100101001 | 1100010 | 10110 |
Color Harmonies of #69016F
Complementary color
Monochromatic Colors of #69016F
Black with #69016F
Text Example
Text Example
White with #69016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69016F; }
p { color: rgb(105,1,111); }
H1.HeaderClassName
{
color: #69016F;
}
.AnyTagClassName
{
color: #69016F;
}
</style>
background-color css
<style>
a { background-color: #69016F; }
a { background-color: rgb(105,1,111); }
div.DivClassName
{
background-color: #69016F;
}
.BgClassName
{
background-color: #69016F;
}
</style>
border-color css
<style>
span { border-color: #69016F; }
span { border-color: rgb(105,1,111); }
td.TdClassName
{
border-color: #69016F;
}
.TagClassName
{
border-color: #69016F;
}
</style>