Shades of Palatinate Purple #651B5C
Tints of Palatinate Purple #651B5C
RGB
CMYK
RGB Variations
Color information
#651B5C (or 0x651B5C) is known color: Palatinate Purple. HEX triplet: 65, 1B and 5C. RGB value is (101,27,92). Sum of RGB (Red+Green+Blue) = 101+27+92=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #651B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651B5C is #9AE4A3. Grayscale: #383838. Windows color (decimal): -10151076 or 6036325. OLE color: 6036325.
HSL color Cylindrical-coordinate representation of color #651B5C: hue angle of 307.3º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B5C is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 27 | 92 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.60 |
| HSL | 307.3º | 0.58% | 0.25% | - |
| HSV(B) | 307.3º | 0.73% | 0.4% | - |
| XYZ | 7.69 | 4.32 | 10.55 | - |
| YUV | 56.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 92 | 0 | 0.73 | 0.09 | 0.60 | 307.3 | 0.58 | 0.25 |
| Hex | 65 | 1B | 5C | 0 | 49 | 9 | 3C | 133 | 3A | 19 |
| Octal | 145 | 33 | 134 | 0 | 111 | 11 | 74 | 463 | 72 | 31 |
| Binary | 1100101 | 11011 | 1011100 | 0 | 1001001 | 1001 | 111100 | 100110011 | 111010 | 11001 |
Color Harmonies of #651B5C
Complementary color
Monochromatic Colors of #651B5C
Black with #651B5C
Text Example
Text Example
White with #651B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651B5C; }
p { color: rgb(101,27,92); }
H1.HeaderClassName
{
color: #651B5C;
}
.AnyTagClassName
{
color: #651B5C;
}
</style>
background-color css
<style>
a { background-color: #651B5C; }
a { background-color: rgb(101,27,92); }
div.DivClassName
{
background-color: #651B5C;
}
.BgClassName
{
background-color: #651B5C;
}
</style>
border-color css
<style>
span { border-color: #651B5C; }
span { border-color: rgb(101,27,92); }
td.TdClassName
{
border-color: #651B5C;
}
.TagClassName
{
border-color: #651B5C;
}
</style>