Shades of Palatinate Purple #67335F
Tints of Palatinate Purple #67335F
RGB
CMYK
RGB Variations
Color information
#67335F (or 0x67335F) is known color: Palatinate Purple. HEX triplet: 67, 33 and 5F. RGB value is (103,51,95). Sum of RGB (Red+Green+Blue) = 103+51+95=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #67335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67335F is #98CCA0. Grayscale: #474747. Windows color (decimal): -10013857 or 6239079. OLE color: 6239079.
HSL color Cylindrical-coordinate representation of color #67335F: hue angle of 309.23º 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 #67335F is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 51 | 95 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.60 |
| HSL | 309.23º | 0.34% | 0.3% | - |
| HSV(B) | 309.23º | 0.5% | 0.4% | - |
| XYZ | 8.84 | 6.08 | 11.53 | - |
| YUV | 71.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 95 | 0 | 0.50 | 0.08 | 0.60 | 309.23 | 0.34 | 0.3 |
| Hex | 67 | 33 | 5F | 0 | 32 | 8 | 3C | 135 | 22 | 1E |
| Octal | 147 | 63 | 137 | 0 | 62 | 10 | 74 | 465 | 42 | 36 |
| Binary | 1100111 | 110011 | 1011111 | 0 | 110010 | 1000 | 111100 | 100110101 | 100010 | 11110 |
Color Harmonies of #67335F
Complementary color
Monochromatic Colors of #67335F
Black with #67335F
Text Example
Text Example
White with #67335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67335F; }
p { color: rgb(103,51,95); }
H1.HeaderClassName
{
color: #67335F;
}
.AnyTagClassName
{
color: #67335F;
}
</style>
background-color css
<style>
a { background-color: #67335F; }
a { background-color: rgb(103,51,95); }
div.DivClassName
{
background-color: #67335F;
}
.BgClassName
{
background-color: #67335F;
}
</style>
border-color css
<style>
span { border-color: #67335F; }
span { border-color: rgb(103,51,95); }
td.TdClassName
{
border-color: #67335F;
}
.TagClassName
{
border-color: #67335F;
}
</style>