Shades of Palatinate Purple #67175B
Tints of Palatinate Purple #67175B
RGB
CMYK
RGB Variations
Color information
#67175B (or 0x67175B) is known color: Palatinate Purple. HEX triplet: 67, 17 and 5B. RGB value is (103,23,91). Sum of RGB (Red+Green+Blue) = 103+23+91=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #67175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67175B is #98E8A4. Grayscale: #363636. Windows color (decimal): -10021029 or 5969767. OLE color: 5969767.
HSL color Cylindrical-coordinate representation of color #67175B: hue angle of 309º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67175B is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 91 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.60 |
| HSL | 309º | 0.63% | 0.25% | - |
| HSV(B) | 309º | 0.78% | 0.4% | - |
| XYZ | 7.79 | 4.25 | 10.31 | - |
| YUV | 54.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 91 | 0 | 0.78 | 0.12 | 0.60 | 309 | 0.63 | 0.25 |
| Hex | 67 | 17 | 5B | 0 | 4E | C | 3C | 135 | 3F | 19 |
| Octal | 147 | 27 | 133 | 0 | 116 | 14 | 74 | 465 | 77 | 31 |
| Binary | 1100111 | 10111 | 1011011 | 0 | 1001110 | 1100 | 111100 | 100110101 | 111111 | 11001 |
Color Harmonies of #67175B
Complementary color
Monochromatic Colors of #67175B
Black with #67175B
Text Example
Text Example
White with #67175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67175B; }
p { color: rgb(103,23,91); }
H1.HeaderClassName
{
color: #67175B;
}
.AnyTagClassName
{
color: #67175B;
}
</style>
background-color css
<style>
a { background-color: #67175B; }
a { background-color: rgb(103,23,91); }
div.DivClassName
{
background-color: #67175B;
}
.BgClassName
{
background-color: #67175B;
}
</style>
border-color css
<style>
span { border-color: #67175B; }
span { border-color: rgb(103,23,91); }
td.TdClassName
{
border-color: #67175B;
}
.TagClassName
{
border-color: #67175B;
}
</style>