Shades of Palatinate Purple #67055D
Tints of Palatinate Purple #67055D
RGB
CMYK
RGB Variations
Color information
#67055D (or 0x67055D) is known color: Palatinate Purple. HEX triplet: 67, 05 and 5D. RGB value is (103,5,93). Sum of RGB (Red+Green+Blue) = 103+5+93=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #67055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67055D is #98FAA2. Grayscale: #2C2C2C. Windows color (decimal): -10025635 or 6096231. OLE color: 6096231.
HSL color Cylindrical-coordinate representation of color #67055D: hue angle of 306.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67055D is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 5 | 93 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.60 |
| HSL | 306.12º | 0.91% | 0.21% | - |
| HSV(B) | 306.12º | 0.95% | 0.4% | - |
| XYZ | 7.62 | 3.78 | 10.68 | - |
| YUV | 44.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 5 | 93 | 0 | 0.95 | 0.10 | 0.60 | 306.12 | 0.91 | 0.21 |
| Hex | 67 | 5 | 5D | 0 | 5F | A | 3C | 132 | 5B | 15 |
| Octal | 147 | 5 | 135 | 0 | 137 | 12 | 74 | 462 | 133 | 25 |
| Binary | 1100111 | 101 | 1011101 | 0 | 1011111 | 1010 | 111100 | 100110010 | 1011011 | 10101 |
Color Harmonies of #67055D
Complementary color
Monochromatic Colors of #67055D
Black with #67055D
Text Example
Text Example
White with #67055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67055D; }
p { color: rgb(103,5,93); }
H1.HeaderClassName
{
color: #67055D;
}
.AnyTagClassName
{
color: #67055D;
}
</style>
background-color css
<style>
a { background-color: #67055D; }
a { background-color: rgb(103,5,93); }
div.DivClassName
{
background-color: #67055D;
}
.BgClassName
{
background-color: #67055D;
}
</style>
border-color css
<style>
span { border-color: #67055D; }
span { border-color: rgb(103,5,93); }
td.TdClassName
{
border-color: #67055D;
}
.TagClassName
{
border-color: #67055D;
}
</style>