Shades of Palatinate Purple #641867
Tints of Palatinate Purple #641867
RGB
CMYK
RGB Variations
Color information
#641867 (or 0x641867) is known color: Palatinate Purple. HEX triplet: 64, 18 and 67. RGB value is (100,24,103). Sum of RGB (Red+Green+Blue) = 100+24+103=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #641867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641867 is #9BE798. Grayscale: #373737. Windows color (decimal): -10217369 or 6756452. OLE color: 6756452.
HSL color Cylindrical-coordinate representation of color #641867: hue angle of 297.72º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641867 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 24 | 103 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.60 |
| HSL | 297.72º | 0.62% | 0.25% | - |
| HSV(B) | 297.72º | 0.77% | 0.4% | - |
| XYZ | 8.03 | 4.34 | 13.25 | - |
| YUV | 55.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 103 | 0.03 | 0.77 | 0 | 0.60 | 297.72 | 0.62 | 0.25 |
| Hex | 64 | 18 | 67 | 3 | 4D | 0 | 3C | 12A | 3E | 19 |
| Octal | 144 | 30 | 147 | 3 | 115 | 0 | 74 | 452 | 76 | 31 |
| Binary | 1100100 | 11000 | 1100111 | 11 | 1001101 | 0 | 111100 | 100101010 | 111110 | 11001 |
Color Harmonies of #641867
Complementary color
Monochromatic Colors of #641867
Black with #641867
Text Example
Text Example
White with #641867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641867; }
p { color: rgb(100,24,103); }
H1.HeaderClassName
{
color: #641867;
}
.AnyTagClassName
{
color: #641867;
}
</style>
background-color css
<style>
a { background-color: #641867; }
a { background-color: rgb(100,24,103); }
div.DivClassName
{
background-color: #641867;
}
.BgClassName
{
background-color: #641867;
}
</style>
border-color css
<style>
span { border-color: #641867; }
span { border-color: rgb(100,24,103); }
td.TdClassName
{
border-color: #641867;
}
.TagClassName
{
border-color: #641867;
}
</style>