Shades of Palatinate Purple #64186A
Tints of Palatinate Purple #64186A
RGB
CMYK
RGB Variations
Color information
#64186A (or 0x64186A) is known color: Palatinate Purple. HEX triplet: 64, 18 and 6A. RGB value is (100,24,106). Sum of RGB (Red+Green+Blue) = 100+24+106=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #64186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64186A is #9BE795. Grayscale: #373737. Windows color (decimal): -10217366 or 6953060. OLE color: 6953060.
HSL color Cylindrical-coordinate representation of color #64186A: hue angle of 295.61º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64186A is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 24 | 106 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.58 |
| HSL | 295.61º | 0.63% | 0.25% | - |
| HSV(B) | 295.61º | 0.77% | 0.42% | - |
| XYZ | 8.18 | 4.4 | 14.05 | - |
| YUV | 56.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 106 | 0.06 | 0.77 | 0 | 0.58 | 295.61 | 0.63 | 0.25 |
| Hex | 64 | 18 | 6A | 6 | 4D | 0 | 3A | 128 | 3F | 19 |
| Octal | 144 | 30 | 152 | 6 | 115 | 0 | 72 | 450 | 77 | 31 |
| Binary | 1100100 | 11000 | 1101010 | 110 | 1001101 | 0 | 111010 | 100101000 | 111111 | 11001 |
Color Harmonies of #64186A
Complementary color
Monochromatic Colors of #64186A
Black with #64186A
Text Example
Text Example
White with #64186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64186A; }
p { color: rgb(100,24,106); }
H1.HeaderClassName
{
color: #64186A;
}
.AnyTagClassName
{
color: #64186A;
}
</style>
background-color css
<style>
a { background-color: #64186A; }
a { background-color: rgb(100,24,106); }
div.DivClassName
{
background-color: #64186A;
}
.BgClassName
{
background-color: #64186A;
}
</style>
border-color css
<style>
span { border-color: #64186A; }
span { border-color: rgb(100,24,106); }
td.TdClassName
{
border-color: #64186A;
}
.TagClassName
{
border-color: #64186A;
}
</style>