Shades of Palatinate Purple #651868
Tints of Palatinate Purple #651868
RGB
CMYK
RGB Variations
Color information
#651868 (or 0x651868) is known color: Palatinate Purple. HEX triplet: 65, 18 and 68. RGB value is (101,24,104). Sum of RGB (Red+Green+Blue) = 101+24+104=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #651868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651868 is #9AE797. Grayscale: #373737. Windows color (decimal): -10151832 or 6821989. OLE color: 6821989.
HSL color Cylindrical-coordinate representation of color #651868: hue angle of 297.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #651868 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 24 | 104 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.59 |
| HSL | 297.75º | 0.63% | 0.25% | - |
| HSV(B) | 297.75º | 0.77% | 0.41% | - |
| XYZ | 8.19 | 4.42 | 13.52 | - |
| YUV | 56.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 104 | 0.03 | 0.77 | 0 | 0.59 | 297.75 | 0.63 | 0.25 |
| Hex | 65 | 18 | 68 | 3 | 4D | 0 | 3B | 12A | 3E | 19 |
| Octal | 145 | 30 | 150 | 3 | 115 | 0 | 73 | 452 | 76 | 31 |
| Binary | 1100101 | 11000 | 1101000 | 11 | 1001101 | 0 | 111011 | 100101010 | 111110 | 11001 |
Color Harmonies of #651868
Complementary color
Monochromatic Colors of #651868
Black with #651868
Text Example
Text Example
White with #651868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651868; }
p { color: rgb(101,24,104); }
H1.HeaderClassName
{
color: #651868;
}
.AnyTagClassName
{
color: #651868;
}
</style>
background-color css
<style>
a { background-color: #651868; }
a { background-color: rgb(101,24,104); }
div.DivClassName
{
background-color: #651868;
}
.BgClassName
{
background-color: #651868;
}
</style>
border-color css
<style>
span { border-color: #651868; }
span { border-color: rgb(101,24,104); }
td.TdClassName
{
border-color: #651868;
}
.TagClassName
{
border-color: #651868;
}
</style>