Shades of Palatinate Purple #66265A
Tints of Palatinate Purple #66265A
RGB
CMYK
RGB Variations
Color information
#66265A (or 0x66265A) is known color: Palatinate Purple. HEX triplet: 66, 26 and 5A. RGB value is (102,38,90). Sum of RGB (Red+Green+Blue) = 102+38+90=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66265A is #99D9A5. Grayscale: #3E3E3E. Windows color (decimal): -10082726 or 5908070. OLE color: 5908070.
HSL color Cylindrical-coordinate representation of color #66265A: hue angle of 311.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66265A is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 90 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.6 |
| HSL | 311.25º | 0.46% | 0.27% | - |
| HSV(B) | 311.25º | 0.63% | 0.4% | - |
| XYZ | 8.02 | 4.95 | 10.21 | - |
| YUV | 63.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 90 | 0 | 0.63 | 0.12 | 0.6 | 311.25 | 0.46 | 0.27 |
| Hex | 66 | 26 | 5A | 0 | 3F | C | 3C | 137 | 2E | 1B |
| Octal | 146 | 46 | 132 | 0 | 77 | 14 | 74 | 467 | 56 | 33 |
| Binary | 1100110 | 100110 | 1011010 | 0 | 111111 | 1100 | 111100 | 100110111 | 101110 | 11011 |
Color Harmonies of #66265A
Complementary color
Monochromatic Colors of #66265A
Black with #66265A
Text Example
Text Example
White with #66265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66265A; }
p { color: rgb(102,38,90); }
H1.HeaderClassName
{
color: #66265A;
}
.AnyTagClassName
{
color: #66265A;
}
</style>
background-color css
<style>
a { background-color: #66265A; }
a { background-color: rgb(102,38,90); }
div.DivClassName
{
background-color: #66265A;
}
.BgClassName
{
background-color: #66265A;
}
</style>
border-color css
<style>
span { border-color: #66265A; }
span { border-color: rgb(102,38,90); }
td.TdClassName
{
border-color: #66265A;
}
.TagClassName
{
border-color: #66265A;
}
</style>