Shades of Palatinate Purple #662468
Tints of Palatinate Purple #662468
RGB
CMYK
RGB Variations
Color information
#662468 (or 0x662468) is known color: Palatinate Purple. HEX triplet: 66, 24 and 68. RGB value is (102,36,104). Sum of RGB (Red+Green+Blue) = 102+36+104=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #662468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662468 is #99DB97. Grayscale: #3F3F3F. Windows color (decimal): -10083224 or 6825062. OLE color: 6825062.
HSL color Cylindrical-coordinate representation of color #662468: hue angle of 298.24º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662468 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 36 | 104 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.59 |
| HSL | 298.24º | 0.49% | 0.27% | - |
| HSV(B) | 298.24º | 0.65% | 0.41% | - |
| XYZ | 8.61 | 5.09 | 13.62 | - |
| YUV | 63.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 104 | 0.02 | 0.65 | 0 | 0.59 | 298.24 | 0.49 | 0.27 |
| Hex | 66 | 24 | 68 | 2 | 41 | 0 | 3B | 12A | 31 | 1B |
| Octal | 146 | 44 | 150 | 2 | 101 | 0 | 73 | 452 | 61 | 33 |
| Binary | 1100110 | 100100 | 1101000 | 10 | 1000001 | 0 | 111011 | 100101010 | 110001 | 11011 |
Color Harmonies of #662468
Complementary color
Monochromatic Colors of #662468
Black with #662468
Text Example
Text Example
White with #662468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662468; }
p { color: rgb(102,36,104); }
H1.HeaderClassName
{
color: #662468;
}
.AnyTagClassName
{
color: #662468;
}
</style>
background-color css
<style>
a { background-color: #662468; }
a { background-color: rgb(102,36,104); }
div.DivClassName
{
background-color: #662468;
}
.BgClassName
{
background-color: #662468;
}
</style>
border-color css
<style>
span { border-color: #662468; }
span { border-color: rgb(102,36,104); }
td.TdClassName
{
border-color: #662468;
}
.TagClassName
{
border-color: #662468;
}
</style>