Shades of Palatinate Purple #67375A
Tints of Palatinate Purple #67375A
RGB
CMYK
RGB Variations
Color information
#67375A (or 0x67375A) is known color: Palatinate Purple. HEX triplet: 67, 37 and 5A. RGB value is (103,55,90). Sum of RGB (Red+Green+Blue) = 103+55+90=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67375A is #98C8A5. Grayscale: #494949. Windows color (decimal): -10012838 or 5912423. OLE color: 5912423.
HSL color Cylindrical-coordinate representation of color #67375A: hue angle of 316.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67375A is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 55 | 90 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.60 |
| HSL | 316.25º | 0.3% | 0.31% | - |
| HSV(B) | 316.25º | 0.47% | 0.4% | - |
| XYZ | 8.81 | 6.35 | 10.44 | - |
| YUV | 73.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 90 | 0 | 0.47 | 0.13 | 0.60 | 316.25 | 0.3 | 0.31 |
| Hex | 67 | 37 | 5A | 0 | 2F | D | 3C | 13C | 1E | 1F |
| Octal | 147 | 67 | 132 | 0 | 57 | 15 | 74 | 474 | 36 | 37 |
| Binary | 1100111 | 110111 | 1011010 | 0 | 101111 | 1101 | 111100 | 100111100 | 11110 | 11111 |
Color Harmonies of #67375A
Complementary color
Monochromatic Colors of #67375A
Black with #67375A
Text Example
Text Example
White with #67375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67375A; }
p { color: rgb(103,55,90); }
H1.HeaderClassName
{
color: #67375A;
}
.AnyTagClassName
{
color: #67375A;
}
</style>
background-color css
<style>
a { background-color: #67375A; }
a { background-color: rgb(103,55,90); }
div.DivClassName
{
background-color: #67375A;
}
.BgClassName
{
background-color: #67375A;
}
</style>
border-color css
<style>
span { border-color: #67375A; }
span { border-color: rgb(103,55,90); }
td.TdClassName
{
border-color: #67375A;
}
.TagClassName
{
border-color: #67375A;
}
</style>