Shades of Purple #66097A
Tints of Purple #66097A
RGB
CMYK
RGB Variations
Color information
#66097A (or 0x66097A) is known color: Purple. HEX triplet: 66, 09 and 7A. RGB value is (102,9,122). Sum of RGB (Red+Green+Blue) = 102+9+122=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #66097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66097A is #99F685. Grayscale: #313131. Windows color (decimal): -10090118 or 7997798. OLE color: 7997798.
HSL color Cylindrical-coordinate representation of color #66097A: hue angle of 289.38º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66097A is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 9 | 122 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.52 |
| HSL | 289.38º | 0.86% | 0.26% | - |
| HSV(B) | 289.38º | 0.93% | 0.48% | - |
| XYZ | 9.09 | 4.43 | 18.79 | - |
| YUV | 49.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 122 | 0.16 | 0.93 | 0 | 0.52 | 289.38 | 0.86 | 0.26 |
| Hex | 66 | 9 | 7A | 10 | 5D | 0 | 34 | 121 | 56 | 1A |
| Octal | 146 | 11 | 172 | 20 | 135 | 0 | 64 | 441 | 126 | 32 |
| Binary | 1100110 | 1001 | 1111010 | 10000 | 1011101 | 0 | 110100 | 100100001 | 1010110 | 11010 |
Color Harmonies of #66097A
Complementary color
Monochromatic Colors of #66097A
Black with #66097A
Text Example
Text Example
White with #66097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66097A; }
p { color: rgb(102,9,122); }
H1.HeaderClassName
{
color: #66097A;
}
.AnyTagClassName
{
color: #66097A;
}
</style>
background-color css
<style>
a { background-color: #66097A; }
a { background-color: rgb(102,9,122); }
div.DivClassName
{
background-color: #66097A;
}
.BgClassName
{
background-color: #66097A;
}
</style>
border-color css
<style>
span { border-color: #66097A; }
span { border-color: rgb(102,9,122); }
td.TdClassName
{
border-color: #66097A;
}
.TagClassName
{
border-color: #66097A;
}
</style>