Shades of Palatinate Purple #67335C
Tints of Palatinate Purple #67335C
RGB
CMYK
RGB Variations
Color information
#67335C (or 0x67335C) is known color: Palatinate Purple. HEX triplet: 67, 33 and 5C. RGB value is (103,51,92). Sum of RGB (Red+Green+Blue) = 103+51+92=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #67335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67335C is #98CCA3. Grayscale: #474747. Windows color (decimal): -10013860 or 6042471. OLE color: 6042471.
HSL color Cylindrical-coordinate representation of color #67335C: hue angle of 312.69º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67335C is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 92 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.60 |
| HSL | 312.69º | 0.34% | 0.3% | - |
| HSV(B) | 312.69º | 0.5% | 0.4% | - |
| XYZ | 8.71 | 6.02 | 10.83 | - |
| YUV | 71.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 92 | 0 | 0.50 | 0.11 | 0.60 | 312.69 | 0.34 | 0.3 |
| Hex | 67 | 33 | 5C | 0 | 32 | B | 3C | 139 | 22 | 1E |
| Octal | 147 | 63 | 134 | 0 | 62 | 13 | 74 | 471 | 42 | 36 |
| Binary | 1100111 | 110011 | 1011100 | 0 | 110010 | 1011 | 111100 | 100111001 | 100010 | 11110 |
Color Harmonies of #67335C
Complementary color
Monochromatic Colors of #67335C
Black with #67335C
Text Example
Text Example
White with #67335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67335C; }
p { color: rgb(103,51,92); }
H1.HeaderClassName
{
color: #67335C;
}
.AnyTagClassName
{
color: #67335C;
}
</style>
background-color css
<style>
a { background-color: #67335C; }
a { background-color: rgb(103,51,92); }
div.DivClassName
{
background-color: #67335C;
}
.BgClassName
{
background-color: #67335C;
}
</style>
border-color css
<style>
span { border-color: #67335C; }
span { border-color: rgb(103,51,92); }
td.TdClassName
{
border-color: #67335C;
}
.TagClassName
{
border-color: #67335C;
}
</style>