Shades of Palatinate Purple #66095F
Tints of Palatinate Purple #66095F
RGB
CMYK
RGB Variations
Color information
#66095F (or 0x66095F) is known color: Palatinate Purple. HEX triplet: 66, 09 and 5F. RGB value is (102,9,95). Sum of RGB (Red+Green+Blue) = 102+9+95=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #66095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66095F is #99F6A0. Grayscale: #2E2E2E. Windows color (decimal): -10090145 or 6228326. OLE color: 6228326.
HSL color Cylindrical-coordinate representation of color #66095F: hue angle of 304.52º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66095F is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 95 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.6 |
| HSL | 304.52º | 0.84% | 0.22% | - |
| HSV(B) | 304.52º | 0.91% | 0.4% | - |
| XYZ | 7.64 | 3.85 | 11.17 | - |
| YUV | 46.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 95 | 0 | 0.91 | 0.07 | 0.6 | 304.52 | 0.84 | 0.22 |
| Hex | 66 | 9 | 5F | 0 | 5B | 7 | 3C | 131 | 54 | 16 |
| Octal | 146 | 11 | 137 | 0 | 133 | 7 | 74 | 461 | 124 | 26 |
| Binary | 1100110 | 1001 | 1011111 | 0 | 1011011 | 111 | 111100 | 100110001 | 1010100 | 10110 |
Color Harmonies of #66095F
Complementary color
Monochromatic Colors of #66095F
Black with #66095F
Text Example
Text Example
White with #66095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66095F; }
p { color: rgb(102,9,95); }
H1.HeaderClassName
{
color: #66095F;
}
.AnyTagClassName
{
color: #66095F;
}
</style>
background-color css
<style>
a { background-color: #66095F; }
a { background-color: rgb(102,9,95); }
div.DivClassName
{
background-color: #66095F;
}
.BgClassName
{
background-color: #66095F;
}
</style>
border-color css
<style>
span { border-color: #66095F; }
span { border-color: rgb(102,9,95); }
td.TdClassName
{
border-color: #66095F;
}
.TagClassName
{
border-color: #66095F;
}
</style>