Shades of Palatinate Purple #66275A
Tints of Palatinate Purple #66275A
RGB
CMYK
RGB Variations
Color information
#66275A (or 0x66275A) is known color: Palatinate Purple. HEX triplet: 66, 27 and 5A. RGB value is (102,39,90). Sum of RGB (Red+Green+Blue) = 102+39+90=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66275A is #99D8A5. Grayscale: #3F3F3F. Windows color (decimal): -10082470 or 5908326. OLE color: 5908326.
HSL color Cylindrical-coordinate representation of color #66275A: hue angle of 311.43º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66275A is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 90 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.6 |
| HSL | 311.43º | 0.45% | 0.28% | - |
| HSV(B) | 311.43º | 0.62% | 0.4% | - |
| XYZ | 8.05 | 5.01 | 10.22 | - |
| YUV | 63.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 90 | 0 | 0.62 | 0.12 | 0.6 | 311.43 | 0.45 | 0.28 |
| Hex | 66 | 27 | 5A | 0 | 3E | C | 3C | 137 | 2D | 1C |
| Octal | 146 | 47 | 132 | 0 | 76 | 14 | 74 | 467 | 55 | 34 |
| Binary | 1100110 | 100111 | 1011010 | 0 | 111110 | 1100 | 111100 | 100110111 | 101101 | 11100 |
Color Harmonies of #66275A
Complementary color
Monochromatic Colors of #66275A
Black with #66275A
Text Example
Text Example
White with #66275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66275A; }
p { color: rgb(102,39,90); }
H1.HeaderClassName
{
color: #66275A;
}
.AnyTagClassName
{
color: #66275A;
}
</style>
background-color css
<style>
a { background-color: #66275A; }
a { background-color: rgb(102,39,90); }
div.DivClassName
{
background-color: #66275A;
}
.BgClassName
{
background-color: #66275A;
}
</style>
border-color css
<style>
span { border-color: #66275A; }
span { border-color: rgb(102,39,90); }
td.TdClassName
{
border-color: #66275A;
}
.TagClassName
{
border-color: #66275A;
}
</style>