Shades of Purple #69017A
Tints of Purple #69017A
RGB
CMYK
RGB Variations
Color information
#69017A (or 0x69017A) is known color: Purple. HEX triplet: 69, 01 and 7A. RGB value is (105,1,122). Sum of RGB (Red+Green+Blue) = 105+1+122=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #69017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69017A is #96FE85. Grayscale: #2D2D2D. Windows color (decimal): -9895558 or 7995753. OLE color: 7995753.
HSL color Cylindrical-coordinate representation of color #69017A: hue angle of 291.57º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69017A is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 1 | 122 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.52 |
| HSL | 291.57º | 0.98% | 0.24% | - |
| HSV(B) | 291.57º | 0.99% | 0.48% | - |
| XYZ | 9.35 | 4.43 | 18.77 | - |
| YUV | 45.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 122 | 0.14 | 0.99 | 0 | 0.52 | 291.57 | 0.98 | 0.24 |
| Hex | 69 | 1 | 7A | E | 63 | 0 | 34 | 124 | 62 | 18 |
| Octal | 151 | 1 | 172 | 16 | 143 | 0 | 64 | 444 | 142 | 30 |
| Binary | 1101001 | 1 | 1111010 | 1110 | 1100011 | 0 | 110100 | 100100100 | 1100010 | 11000 |
Color Harmonies of #69017A
Complementary color
Monochromatic Colors of #69017A
Black with #69017A
Text Example
Text Example
White with #69017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69017A; }
p { color: rgb(105,1,122); }
H1.HeaderClassName
{
color: #69017A;
}
.AnyTagClassName
{
color: #69017A;
}
</style>
background-color css
<style>
a { background-color: #69017A; }
a { background-color: rgb(105,1,122); }
div.DivClassName
{
background-color: #69017A;
}
.BgClassName
{
background-color: #69017A;
}
</style>
border-color css
<style>
span { border-color: #69017A; }
span { border-color: rgb(105,1,122); }
td.TdClassName
{
border-color: #69017A;
}
.TagClassName
{
border-color: #69017A;
}
</style>