Shades of Palatinate Purple #67365E
Tints of Palatinate Purple #67365E
RGB
CMYK
RGB Variations
Color information
#67365E (or 0x67365E) is known color: Palatinate Purple. HEX triplet: 67, 36 and 5E. RGB value is (103,54,94). Sum of RGB (Red+Green+Blue) = 103+54+94=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #67365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67365E is #98C9A1. Grayscale: #494949. Windows color (decimal): -10013090 or 6174311. OLE color: 6174311.
HSL color Cylindrical-coordinate representation of color #67365E: hue angle of 311.02º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67365E is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 54 | 94 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.60 |
| HSL | 311.02º | 0.31% | 0.31% | - |
| HSV(B) | 311.02º | 0.48% | 0.4% | - |
| XYZ | 8.93 | 6.33 | 11.34 | - |
| YUV | 73.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 94 | 0 | 0.48 | 0.09 | 0.60 | 311.02 | 0.31 | 0.31 |
| Hex | 67 | 36 | 5E | 0 | 30 | 9 | 3C | 137 | 1F | 1F |
| Octal | 147 | 66 | 136 | 0 | 60 | 11 | 74 | 467 | 37 | 37 |
| Binary | 1100111 | 110110 | 1011110 | 0 | 110000 | 1001 | 111100 | 100110111 | 11111 | 11111 |
Color Harmonies of #67365E
Complementary color
Monochromatic Colors of #67365E
Black with #67365E
Text Example
Text Example
White with #67365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67365E; }
p { color: rgb(103,54,94); }
H1.HeaderClassName
{
color: #67365E;
}
.AnyTagClassName
{
color: #67365E;
}
</style>
background-color css
<style>
a { background-color: #67365E; }
a { background-color: rgb(103,54,94); }
div.DivClassName
{
background-color: #67365E;
}
.BgClassName
{
background-color: #67365E;
}
</style>
border-color css
<style>
span { border-color: #67365E; }
span { border-color: rgb(103,54,94); }
td.TdClassName
{
border-color: #67365E;
}
.TagClassName
{
border-color: #67365E;
}
</style>