Shades of Purple #66097F
Tints of Purple #66097F
RGB
CMYK
RGB Variations
Color information
#66097F (or 0x66097F) is known color: Purple. HEX triplet: 66, 09 and 7F. RGB value is (102,9,127). Sum of RGB (Red+Green+Blue) = 102+9+127=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #66097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66097F is #99F680. Grayscale: #313131. Windows color (decimal): -10090113 or 8325478. OLE color: 8325478.
HSL color Cylindrical-coordinate representation of color #66097F: hue angle of 287.29º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66097F is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 9 | 127 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.50 |
| HSL | 287.29º | 0.87% | 0.27% | - |
| HSV(B) | 287.29º | 0.93% | 0.5% | - |
| XYZ | 9.41 | 4.55 | 20.46 | - |
| YUV | 50.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 127 | 0.20 | 0.93 | 0 | 0.50 | 287.29 | 0.87 | 0.27 |
| Hex | 66 | 9 | 7F | 14 | 5D | 0 | 32 | 11F | 57 | 1B |
| Octal | 146 | 11 | 177 | 24 | 135 | 0 | 62 | 437 | 127 | 33 |
| Binary | 1100110 | 1001 | 1111111 | 10100 | 1011101 | 0 | 110010 | 100011111 | 1010111 | 11011 |
Color Harmonies of #66097F
Complementary color
Monochromatic Colors of #66097F
Black with #66097F
Text Example
Text Example
White with #66097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66097F; }
p { color: rgb(102,9,127); }
H1.HeaderClassName
{
color: #66097F;
}
.AnyTagClassName
{
color: #66097F;
}
</style>
background-color css
<style>
a { background-color: #66097F; }
a { background-color: rgb(102,9,127); }
div.DivClassName
{
background-color: #66097F;
}
.BgClassName
{
background-color: #66097F;
}
</style>
border-color css
<style>
span { border-color: #66097F; }
span { border-color: rgb(102,9,127); }
td.TdClassName
{
border-color: #66097F;
}
.TagClassName
{
border-color: #66097F;
}
</style>