Shades of Palatinate Purple #630B5B
Tints of Palatinate Purple #630B5B
RGB
CMYK
RGB Variations
Color information
#630B5B (or 0x630B5B) is known color: Palatinate Purple. HEX triplet: 63, 0B and 5B. RGB value is (99,11,91). Sum of RGB (Red+Green+Blue) = 99+11+91=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #630B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630B5B is #9CF4A4. Grayscale: #2E2E2E. Windows color (decimal): -10286245 or 5966691. OLE color: 5966691.
HSL color Cylindrical-coordinate representation of color #630B5B: hue angle of 305.45º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630B5B is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 91 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.61 |
| HSL | 305.45º | 0.8% | 0.22% | - |
| HSV(B) | 305.45º | 0.89% | 0.39% | - |
| XYZ | 7.15 | 3.65 | 10.22 | - |
| YUV | 46.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 91 | 0 | 0.89 | 0.08 | 0.61 | 305.45 | 0.8 | 0.22 |
| Hex | 63 | B | 5B | 0 | 59 | 8 | 3D | 131 | 50 | 16 |
| Octal | 143 | 13 | 133 | 0 | 131 | 10 | 75 | 461 | 120 | 26 |
| Binary | 1100011 | 1011 | 1011011 | 0 | 1011001 | 1000 | 111101 | 100110001 | 1010000 | 10110 |
Color Harmonies of #630B5B
Complementary color
Monochromatic Colors of #630B5B
Black with #630B5B
Text Example
Text Example
White with #630B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B5B; }
p { color: rgb(99,11,91); }
H1.HeaderClassName
{
color: #630B5B;
}
.AnyTagClassName
{
color: #630B5B;
}
</style>
background-color css
<style>
a { background-color: #630B5B; }
a { background-color: rgb(99,11,91); }
div.DivClassName
{
background-color: #630B5B;
}
.BgClassName
{
background-color: #630B5B;
}
</style>
border-color css
<style>
span { border-color: #630B5B; }
span { border-color: rgb(99,11,91); }
td.TdClassName
{
border-color: #630B5B;
}
.TagClassName
{
border-color: #630B5B;
}
</style>