Shades of Palatinate Purple #650263
Tints of Palatinate Purple #650263
RGB
CMYK
RGB Variations
Color information
#650263 (or 0x650263) is known color: Palatinate Purple. HEX triplet: 65, 02 and 63. RGB value is (101,2,99). Sum of RGB (Red+Green+Blue) = 101+2+99=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #650263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650263 is #9AFD9C. Grayscale: #2A2A2A. Windows color (decimal): -10157469 or 6488677. OLE color: 6488677.
HSL color Cylindrical-coordinate representation of color #650263: hue angle of 301.21º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650263 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 99 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.60 |
| HSL | 301.21º | 0.96% | 0.2% | - |
| HSV(B) | 301.21º | 0.98% | 0.4% | - |
| XYZ | 7.64 | 3.71 | 12.12 | - |
| YUV | 42.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 99 | 0 | 0.98 | 0.02 | 0.60 | 301.21 | 0.96 | 0.2 |
| Hex | 65 | 2 | 63 | 0 | 62 | 2 | 3C | 12D | 60 | 14 |
| Octal | 145 | 2 | 143 | 0 | 142 | 2 | 74 | 455 | 140 | 24 |
| Binary | 1100101 | 10 | 1100011 | 0 | 1100010 | 10 | 111100 | 100101101 | 1100000 | 10100 |
Color Harmonies of #650263
Complementary color
Monochromatic Colors of #650263
Black with #650263
Text Example
Text Example
White with #650263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650263; }
p { color: rgb(101,2,99); }
H1.HeaderClassName
{
color: #650263;
}
.AnyTagClassName
{
color: #650263;
}
</style>
background-color css
<style>
a { background-color: #650263; }
a { background-color: rgb(101,2,99); }
div.DivClassName
{
background-color: #650263;
}
.BgClassName
{
background-color: #650263;
}
</style>
border-color css
<style>
span { border-color: #650263; }
span { border-color: rgb(101,2,99); }
td.TdClassName
{
border-color: #650263;
}
.TagClassName
{
border-color: #650263;
}
</style>