Shades of Palatinate Purple #671B5C
Tints of Palatinate Purple #671B5C
RGB
CMYK
RGB Variations
Color information
#671B5C (or 0x671B5C) is known color: Palatinate Purple. HEX triplet: 67, 1B and 5C. RGB value is (103,27,92). Sum of RGB (Red+Green+Blue) = 103+27+92=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #671B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #671B5C is #98E4A3. Grayscale: #383838. Windows color (decimal): -10020004 or 6036327. OLE color: 6036327.
HSL color Cylindrical-coordinate representation of color #671B5C: hue angle of 308.68º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671B5C is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 92 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.60 |
| HSL | 308.68º | 0.58% | 0.25% | - |
| HSV(B) | 308.68º | 0.74% | 0.4% | - |
| XYZ | 7.92 | 4.44 | 10.56 | - |
| YUV | 57.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 92 | 0 | 0.74 | 0.11 | 0.60 | 308.68 | 0.58 | 0.25 |
| Hex | 67 | 1B | 5C | 0 | 4A | B | 3C | 135 | 3A | 19 |
| Octal | 147 | 33 | 134 | 0 | 112 | 13 | 74 | 465 | 72 | 31 |
| Binary | 1100111 | 11011 | 1011100 | 0 | 1001010 | 1011 | 111100 | 100110101 | 111010 | 11001 |
Color Harmonies of #671B5C
Complementary color
Monochromatic Colors of #671B5C
Black with #671B5C
Text Example
Text Example
White with #671B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B5C; }
p { color: rgb(103,27,92); }
H1.HeaderClassName
{
color: #671B5C;
}
.AnyTagClassName
{
color: #671B5C;
}
</style>
background-color css
<style>
a { background-color: #671B5C; }
a { background-color: rgb(103,27,92); }
div.DivClassName
{
background-color: #671B5C;
}
.BgClassName
{
background-color: #671B5C;
}
</style>
border-color css
<style>
span { border-color: #671B5C; }
span { border-color: rgb(103,27,92); }
td.TdClassName
{
border-color: #671B5C;
}
.TagClassName
{
border-color: #671B5C;
}
</style>