Shades of Palatinate Purple #651369
Tints of Palatinate Purple #651369
RGB
CMYK
RGB Variations
Color information
#651369 (or 0x651369) is known color: Palatinate Purple. HEX triplet: 65, 13 and 69. RGB value is (101,19,105). Sum of RGB (Red+Green+Blue) = 101+19+105=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #651369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651369 is #9AEC96. Grayscale: #353535. Windows color (decimal): -10153111 or 6886245. OLE color: 6886245.
HSL color Cylindrical-coordinate representation of color #651369: hue angle of 297.21º 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 #651369 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 19 | 105 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.59 |
| HSL | 297.21º | 0.69% | 0.24% | - |
| HSV(B) | 297.21º | 0.82% | 0.41% | - |
| XYZ | 8.15 | 4.25 | 13.76 | - |
| YUV | 53.32 | 157.17 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 105 | 0.04 | 0.82 | 0 | 0.59 | 297.21 | 0.69 | 0.24 |
| Hex | 65 | 13 | 69 | 4 | 52 | 0 | 3B | 129 | 45 | 18 |
| Octal | 145 | 23 | 151 | 4 | 122 | 0 | 73 | 451 | 105 | 30 |
| Binary | 1100101 | 10011 | 1101001 | 100 | 1010010 | 0 | 111011 | 100101001 | 1000101 | 11000 |
Color Harmonies of #651369
Complementary color
Monochromatic Colors of #651369
Black with #651369
Text Example
Text Example
White with #651369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651369; }
p { color: rgb(101,19,105); }
H1.HeaderClassName
{
color: #651369;
}
.AnyTagClassName
{
color: #651369;
}
</style>
background-color css
<style>
a { background-color: #651369; }
a { background-color: rgb(101,19,105); }
div.DivClassName
{
background-color: #651369;
}
.BgClassName
{
background-color: #651369;
}
</style>
border-color css
<style>
span { border-color: #651369; }
span { border-color: rgb(101,19,105); }
td.TdClassName
{
border-color: #651369;
}
.TagClassName
{
border-color: #651369;
}
</style>