Shades of Palatinate Purple #67305C
Tints of Palatinate Purple #67305C
RGB
CMYK
RGB Variations
Color information
#67305C (or 0x67305C) is known color: Palatinate Purple. HEX triplet: 67, 30 and 5C. RGB value is (103,48,92). Sum of RGB (Red+Green+Blue) = 103+48+92=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #67305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67305C is #98CFA3. Grayscale: #454545. Windows color (decimal): -10014628 or 6041703. OLE color: 6041703.
HSL color Cylindrical-coordinate representation of color #67305C: hue angle of 312º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67305C is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 92 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.60 |
| HSL | 312º | 0.36% | 0.3% | - |
| HSV(B) | 312º | 0.53% | 0.4% | - |
| XYZ | 8.58 | 5.77 | 10.79 | - |
| YUV | 69.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 92 | 0 | 0.53 | 0.11 | 0.60 | 312 | 0.36 | 0.3 |
| Hex | 67 | 30 | 5C | 0 | 35 | B | 3C | 138 | 24 | 1E |
| Octal | 147 | 60 | 134 | 0 | 65 | 13 | 74 | 470 | 44 | 36 |
| Binary | 1100111 | 110000 | 1011100 | 0 | 110101 | 1011 | 111100 | 100111000 | 100100 | 11110 |
Color Harmonies of #67305C
Complementary color
Monochromatic Colors of #67305C
Black with #67305C
Text Example
Text Example
White with #67305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67305C; }
p { color: rgb(103,48,92); }
H1.HeaderClassName
{
color: #67305C;
}
.AnyTagClassName
{
color: #67305C;
}
</style>
background-color css
<style>
a { background-color: #67305C; }
a { background-color: rgb(103,48,92); }
div.DivClassName
{
background-color: #67305C;
}
.BgClassName
{
background-color: #67305C;
}
</style>
border-color css
<style>
span { border-color: #67305C; }
span { border-color: rgb(103,48,92); }
td.TdClassName
{
border-color: #67305C;
}
.TagClassName
{
border-color: #67305C;
}
</style>