Shades of Palatinate Purple #632165
Tints of Palatinate Purple #632165
RGB
CMYK
RGB Variations
Color information
#632165 (or 0x632165) is known color: Palatinate Purple. HEX triplet: 63, 21 and 65. RGB value is (99,33,101). Sum of RGB (Red+Green+Blue) = 99+33+101=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #632165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632165 is #9CDE9A. Grayscale: #3C3C3C. Windows color (decimal): -10280603 or 6627683. OLE color: 6627683.
HSL color Cylindrical-coordinate representation of color #632165: hue angle of 298.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632165 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 33 | 101 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.60 |
| HSL | 298.24º | 0.51% | 0.26% | - |
| HSV(B) | 298.24º | 0.67% | 0.4% | - |
| XYZ | 8.04 | 4.68 | 12.79 | - |
| YUV | 60.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 101 | 0.02 | 0.67 | 0 | 0.60 | 298.24 | 0.51 | 0.26 |
| Hex | 63 | 21 | 65 | 2 | 43 | 0 | 3C | 12A | 33 | 1A |
| Octal | 143 | 41 | 145 | 2 | 103 | 0 | 74 | 452 | 63 | 32 |
| Binary | 1100011 | 100001 | 1100101 | 10 | 1000011 | 0 | 111100 | 100101010 | 110011 | 11010 |
Color Harmonies of #632165
Complementary color
Monochromatic Colors of #632165
Black with #632165
Text Example
Text Example
White with #632165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632165; }
p { color: rgb(99,33,101); }
H1.HeaderClassName
{
color: #632165;
}
.AnyTagClassName
{
color: #632165;
}
</style>
background-color css
<style>
a { background-color: #632165; }
a { background-color: rgb(99,33,101); }
div.DivClassName
{
background-color: #632165;
}
.BgClassName
{
background-color: #632165;
}
</style>
border-color css
<style>
span { border-color: #632165; }
span { border-color: rgb(99,33,101); }
td.TdClassName
{
border-color: #632165;
}
.TagClassName
{
border-color: #632165;
}
</style>