Shades of Palatinate Purple #66385A
Tints of Palatinate Purple #66385A
RGB
CMYK
RGB Variations
Color information
#66385A (or 0x66385A) is known color: Palatinate Purple. HEX triplet: 66, 38 and 5A. RGB value is (102,56,90). Sum of RGB (Red+Green+Blue) = 102+56+90=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66385A is #99C7A5. Grayscale: #494949. Windows color (decimal): -10078118 or 5912678. OLE color: 5912678.
HSL color Cylindrical-coordinate representation of color #66385A: hue angle of 315.65º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66385A is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 90 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.6 |
| HSL | 315.65º | 0.29% | 0.31% | - |
| HSV(B) | 315.65º | 0.45% | 0.4% | - |
| XYZ | 8.74 | 6.39 | 10.45 | - |
| YUV | 73.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 90 | 0 | 0.45 | 0.12 | 0.6 | 315.65 | 0.29 | 0.31 |
| Hex | 66 | 38 | 5A | 0 | 2D | C | 3C | 13C | 1D | 1F |
| Octal | 146 | 70 | 132 | 0 | 55 | 14 | 74 | 474 | 35 | 37 |
| Binary | 1100110 | 111000 | 1011010 | 0 | 101101 | 1100 | 111100 | 100111100 | 11101 | 11111 |
Color Harmonies of #66385A
Complementary color
Monochromatic Colors of #66385A
Black with #66385A
Text Example
Text Example
White with #66385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66385A; }
p { color: rgb(102,56,90); }
H1.HeaderClassName
{
color: #66385A;
}
.AnyTagClassName
{
color: #66385A;
}
</style>
background-color css
<style>
a { background-color: #66385A; }
a { background-color: rgb(102,56,90); }
div.DivClassName
{
background-color: #66385A;
}
.BgClassName
{
background-color: #66385A;
}
</style>
border-color css
<style>
span { border-color: #66385A; }
span { border-color: rgb(102,56,90); }
td.TdClassName
{
border-color: #66385A;
}
.TagClassName
{
border-color: #66385A;
}
</style>