Shades of Palatinate Purple #632665
Tints of Palatinate Purple #632665
RGB
CMYK
RGB Variations
Color information
#632665 (or 0x632665) is known color: Palatinate Purple. HEX triplet: 63, 26 and 65. RGB value is (99,38,101). Sum of RGB (Red+Green+Blue) = 99+38+101=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #632665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632665 is #9CD99A. Grayscale: #3F3F3F. Windows color (decimal): -10279323 or 6628963. OLE color: 6628963.
HSL color Cylindrical-coordinate representation of color #632665: hue angle of 298.1º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #632665 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 38 | 101 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.60 |
| HSL | 298.1º | 0.45% | 0.27% | - |
| HSV(B) | 298.1º | 0.62% | 0.4% | - |
| XYZ | 8.19 | 4.98 | 12.84 | - |
| YUV | 63.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 101 | 0.02 | 0.62 | 0 | 0.60 | 298.1 | 0.45 | 0.27 |
| Hex | 63 | 26 | 65 | 2 | 3E | 0 | 3C | 12A | 2D | 1B |
| Octal | 143 | 46 | 145 | 2 | 76 | 0 | 74 | 452 | 55 | 33 |
| Binary | 1100011 | 100110 | 1100101 | 10 | 111110 | 0 | 111100 | 100101010 | 101101 | 11011 |
Color Harmonies of #632665
Complementary color
Monochromatic Colors of #632665
Black with #632665
Text Example
Text Example
White with #632665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632665; }
p { color: rgb(99,38,101); }
H1.HeaderClassName
{
color: #632665;
}
.AnyTagClassName
{
color: #632665;
}
</style>
background-color css
<style>
a { background-color: #632665; }
a { background-color: rgb(99,38,101); }
div.DivClassName
{
background-color: #632665;
}
.BgClassName
{
background-color: #632665;
}
</style>
border-color css
<style>
span { border-color: #632665; }
span { border-color: rgb(99,38,101); }
td.TdClassName
{
border-color: #632665;
}
.TagClassName
{
border-color: #632665;
}
</style>