Shades of Palatinate Purple #651368
Tints of Palatinate Purple #651368
RGB
CMYK
RGB Variations
Color information
#651368 (or 0x651368) is known color: Palatinate Purple. HEX triplet: 65, 13 and 68. RGB value is (101,19,104). Sum of RGB (Red+Green+Blue) = 101+19+104=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #651368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651368 is #9AEC97. Grayscale: #343434. Windows color (decimal): -10153112 or 6820709. OLE color: 6820709.
HSL color Cylindrical-coordinate representation of color #651368: hue angle of 297.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651368 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 19 | 104 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.59 |
| HSL | 297.88º | 0.69% | 0.24% | - |
| HSV(B) | 297.88º | 0.82% | 0.41% | - |
| XYZ | 8.1 | 4.23 | 13.49 | - |
| YUV | 53.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 104 | 0.03 | 0.82 | 0 | 0.59 | 297.88 | 0.69 | 0.24 |
| Hex | 65 | 13 | 68 | 3 | 52 | 0 | 3B | 12A | 45 | 18 |
| Octal | 145 | 23 | 150 | 3 | 122 | 0 | 73 | 452 | 105 | 30 |
| Binary | 1100101 | 10011 | 1101000 | 11 | 1010010 | 0 | 111011 | 100101010 | 1000101 | 11000 |
Color Harmonies of #651368
Complementary color
Monochromatic Colors of #651368
Black with #651368
Text Example
Text Example
White with #651368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651368; }
p { color: rgb(101,19,104); }
H1.HeaderClassName
{
color: #651368;
}
.AnyTagClassName
{
color: #651368;
}
</style>
background-color css
<style>
a { background-color: #651368; }
a { background-color: rgb(101,19,104); }
div.DivClassName
{
background-color: #651368;
}
.BgClassName
{
background-color: #651368;
}
</style>
border-color css
<style>
span { border-color: #651368; }
span { border-color: rgb(101,19,104); }
td.TdClassName
{
border-color: #651368;
}
.TagClassName
{
border-color: #651368;
}
</style>