Shades of Purple #66097C
Tints of Purple #66097C
RGB
CMYK
RGB Variations
Color information
#66097C (or 0x66097C) is known color: Purple. HEX triplet: 66, 09 and 7C. RGB value is (102,9,124). Sum of RGB (Red+Green+Blue) = 102+9+124=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #66097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66097C is #99F683. Grayscale: #313131. Windows color (decimal): -10090116 or 8128870. OLE color: 8128870.
HSL color Cylindrical-coordinate representation of color #66097C: hue angle of 288.52º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66097C is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 9 | 124 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.51 |
| HSL | 288.52º | 0.86% | 0.26% | - |
| HSV(B) | 288.52º | 0.93% | 0.49% | - |
| XYZ | 9.22 | 4.48 | 19.45 | - |
| YUV | 49.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 124 | 0.18 | 0.93 | 0 | 0.51 | 288.52 | 0.86 | 0.26 |
| Hex | 66 | 9 | 7C | 12 | 5D | 0 | 33 | 121 | 56 | 1A |
| Octal | 146 | 11 | 174 | 22 | 135 | 0 | 63 | 441 | 126 | 32 |
| Binary | 1100110 | 1001 | 1111100 | 10010 | 1011101 | 0 | 110011 | 100100001 | 1010110 | 11010 |
Color Harmonies of #66097C
Complementary color
Monochromatic Colors of #66097C
Black with #66097C
Text Example
Text Example
White with #66097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66097C; }
p { color: rgb(102,9,124); }
H1.HeaderClassName
{
color: #66097C;
}
.AnyTagClassName
{
color: #66097C;
}
</style>
background-color css
<style>
a { background-color: #66097C; }
a { background-color: rgb(102,9,124); }
div.DivClassName
{
background-color: #66097C;
}
.BgClassName
{
background-color: #66097C;
}
</style>
border-color css
<style>
span { border-color: #66097C; }
span { border-color: rgb(102,9,124); }
td.TdClassName
{
border-color: #66097C;
}
.TagClassName
{
border-color: #66097C;
}
</style>