Shades of Palatinate Purple #66075A
Tints of Palatinate Purple #66075A
RGB
CMYK
RGB Variations
Color information
#66075A (or 0x66075A) is known color: Palatinate Purple. HEX triplet: 66, 07 and 5A. RGB value is (102,7,90). Sum of RGB (Red+Green+Blue) = 102+7+90=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66075A is #99F8A5. Grayscale: #2C2C2C. Windows color (decimal): -10090662 or 5900134. OLE color: 5900134.
HSL color Cylindrical-coordinate representation of color #66075A: hue angle of 307.58º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66075A is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 90 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.6 |
| HSL | 307.58º | 0.87% | 0.21% | - |
| HSV(B) | 307.58º | 0.93% | 0.4% | - |
| XYZ | 7.4 | 3.71 | 10 | - |
| YUV | 44.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 90 | 0 | 0.93 | 0.12 | 0.6 | 307.58 | 0.87 | 0.21 |
| Hex | 66 | 7 | 5A | 0 | 5D | C | 3C | 134 | 57 | 15 |
| Octal | 146 | 7 | 132 | 0 | 135 | 14 | 74 | 464 | 127 | 25 |
| Binary | 1100110 | 111 | 1011010 | 0 | 1011101 | 1100 | 111100 | 100110100 | 1010111 | 10101 |
Color Harmonies of #66075A
Complementary color
Monochromatic Colors of #66075A
Black with #66075A
Text Example
Text Example
White with #66075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66075A; }
p { color: rgb(102,7,90); }
H1.HeaderClassName
{
color: #66075A;
}
.AnyTagClassName
{
color: #66075A;
}
</style>
background-color css
<style>
a { background-color: #66075A; }
a { background-color: rgb(102,7,90); }
div.DivClassName
{
background-color: #66075A;
}
.BgClassName
{
background-color: #66075A;
}
</style>
border-color css
<style>
span { border-color: #66075A; }
span { border-color: rgb(102,7,90); }
td.TdClassName
{
border-color: #66075A;
}
.TagClassName
{
border-color: #66075A;
}
</style>