Shades of Palatinate Purple #651E67
Tints of Palatinate Purple #651E67
RGB
CMYK
RGB Variations
Color information
#651E67 (or 0x651E67) is known color: Palatinate Purple. HEX triplet: 65, 1E and 67. RGB value is (101,30,103). Sum of RGB (Red+Green+Blue) = 101+30+103=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #651E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651E67 is #9AE198. Grayscale: #3B3B3B. Windows color (decimal): -10150297 or 6757989. OLE color: 6757989.
HSL color Cylindrical-coordinate representation of color #651E67: hue angle of 298.36º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #651E67 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 30 | 103 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.60 |
| HSL | 298.36º | 0.55% | 0.26% | - |
| HSV(B) | 298.36º | 0.71% | 0.4% | - |
| XYZ | 8.28 | 4.67 | 13.3 | - |
| YUV | 59.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 103 | 0.02 | 0.71 | 0 | 0.60 | 298.36 | 0.55 | 0.26 |
| Hex | 65 | 1E | 67 | 2 | 47 | 0 | 3C | 12A | 37 | 1A |
| Octal | 145 | 36 | 147 | 2 | 107 | 0 | 74 | 452 | 67 | 32 |
| Binary | 1100101 | 11110 | 1100111 | 10 | 1000111 | 0 | 111100 | 100101010 | 110111 | 11010 |
Color Harmonies of #651E67
Complementary color
Monochromatic Colors of #651E67
Black with #651E67
Text Example
Text Example
White with #651E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651E67; }
p { color: rgb(101,30,103); }
H1.HeaderClassName
{
color: #651E67;
}
.AnyTagClassName
{
color: #651E67;
}
</style>
background-color css
<style>
a { background-color: #651E67; }
a { background-color: rgb(101,30,103); }
div.DivClassName
{
background-color: #651E67;
}
.BgClassName
{
background-color: #651E67;
}
</style>
border-color css
<style>
span { border-color: #651E67; }
span { border-color: rgb(101,30,103); }
td.TdClassName
{
border-color: #651E67;
}
.TagClassName
{
border-color: #651E67;
}
</style>