Shades of Purple #69017F
Tints of Purple #69017F
RGB
CMYK
RGB Variations
Color information
#69017F (or 0x69017F) is known color: Purple. HEX triplet: 69, 01 and 7F. RGB value is (105,1,127). Sum of RGB (Red+Green+Blue) = 105+1+127=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #69017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69017F is #96FE80. Grayscale: #2E2E2E. Windows color (decimal): -9895553 or 8323433. OLE color: 8323433.
HSL color Cylindrical-coordinate representation of color #69017F: hue angle of 289.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69017F is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 1 | 127 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.50 |
| HSL | 289.52º | 0.98% | 0.25% | - |
| HSV(B) | 289.52º | 0.99% | 0.5% | - |
| XYZ | 9.67 | 4.56 | 20.45 | - |
| YUV | 46.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 127 | 0.17 | 0.99 | 0 | 0.50 | 289.52 | 0.98 | 0.25 |
| Hex | 69 | 1 | 7F | 11 | 63 | 0 | 32 | 122 | 62 | 19 |
| Octal | 151 | 1 | 177 | 21 | 143 | 0 | 62 | 442 | 142 | 31 |
| Binary | 1101001 | 1 | 1111111 | 10001 | 1100011 | 0 | 110010 | 100100010 | 1100010 | 11001 |
Color Harmonies of #69017F
Complementary color
Monochromatic Colors of #69017F
Black with #69017F
Text Example
Text Example
White with #69017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69017F; }
p { color: rgb(105,1,127); }
H1.HeaderClassName
{
color: #69017F;
}
.AnyTagClassName
{
color: #69017F;
}
</style>
background-color css
<style>
a { background-color: #69017F; }
a { background-color: rgb(105,1,127); }
div.DivClassName
{
background-color: #69017F;
}
.BgClassName
{
background-color: #69017F;
}
</style>
border-color css
<style>
span { border-color: #69017F; }
span { border-color: rgb(105,1,127); }
td.TdClassName
{
border-color: #69017F;
}
.TagClassName
{
border-color: #69017F;
}
</style>