Shades of Palatinate Purple #663058
Tints of Palatinate Purple #663058
RGB
CMYK
RGB Variations
Color information
#663058 (or 0x663058) is known color: Palatinate Purple. HEX triplet: 66, 30 and 58. RGB value is (102,48,88). Sum of RGB (Red+Green+Blue) = 102+48+88=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #663058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663058 is #99CFA7. Grayscale: #444444. Windows color (decimal): -10080168 or 5779558. OLE color: 5779558.
HSL color Cylindrical-coordinate representation of color #663058: hue angle of 315.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663058 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 88 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.6 |
| HSL | 315.56º | 0.36% | 0.29% | - |
| HSV(B) | 315.56º | 0.53% | 0.4% | - |
| XYZ | 8.3 | 5.64 | 9.88 | - |
| YUV | 68.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 88 | 0 | 0.53 | 0.14 | 0.6 | 315.56 | 0.36 | 0.29 |
| Hex | 66 | 30 | 58 | 0 | 35 | E | 3C | 13C | 24 | 1D |
| Octal | 146 | 60 | 130 | 0 | 65 | 16 | 74 | 474 | 44 | 35 |
| Binary | 1100110 | 110000 | 1011000 | 0 | 110101 | 1110 | 111100 | 100111100 | 100100 | 11101 |
Color Harmonies of #663058
Complementary color
Monochromatic Colors of #663058
Black with #663058
Text Example
Text Example
White with #663058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663058; }
p { color: rgb(102,48,88); }
H1.HeaderClassName
{
color: #663058;
}
.AnyTagClassName
{
color: #663058;
}
</style>
background-color css
<style>
a { background-color: #663058; }
a { background-color: rgb(102,48,88); }
div.DivClassName
{
background-color: #663058;
}
.BgClassName
{
background-color: #663058;
}
</style>
border-color css
<style>
span { border-color: #663058; }
span { border-color: rgb(102,48,88); }
td.TdClassName
{
border-color: #663058;
}
.TagClassName
{
border-color: #663058;
}
</style>