Shades of Palatinate Purple #63045B
Tints of Palatinate Purple #63045B
RGB
CMYK
RGB Variations
Color information
#63045B (or 0x63045B) is known color: Palatinate Purple. HEX triplet: 63, 04 and 5B. RGB value is (99,4,91). Sum of RGB (Red+Green+Blue) = 99+4+91=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63045B is #9CFBA4. Grayscale: #2A2A2A. Windows color (decimal): -10288037 or 5964899. OLE color: 5964899.
HSL color Cylindrical-coordinate representation of color #63045B: hue angle of 305.05º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63045B is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 91 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.61 |
| HSL | 305.05º | 0.92% | 0.2% | - |
| HSV(B) | 305.05º | 0.96% | 0.39% | - |
| XYZ | 7.08 | 3.49 | 10.2 | - |
| YUV | 42.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 91 | 0 | 0.96 | 0.08 | 0.61 | 305.05 | 0.92 | 0.2 |
| Hex | 63 | 4 | 5B | 0 | 60 | 8 | 3D | 131 | 5C | 14 |
| Octal | 143 | 4 | 133 | 0 | 140 | 10 | 75 | 461 | 134 | 24 |
| Binary | 1100011 | 100 | 1011011 | 0 | 1100000 | 1000 | 111101 | 100110001 | 1011100 | 10100 |
Color Harmonies of #63045B
Complementary color
Monochromatic Colors of #63045B
Black with #63045B
Text Example
Text Example
White with #63045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63045B; }
p { color: rgb(99,4,91); }
H1.HeaderClassName
{
color: #63045B;
}
.AnyTagClassName
{
color: #63045B;
}
</style>
background-color css
<style>
a { background-color: #63045B; }
a { background-color: rgb(99,4,91); }
div.DivClassName
{
background-color: #63045B;
}
.BgClassName
{
background-color: #63045B;
}
</style>
border-color css
<style>
span { border-color: #63045B; }
span { border-color: rgb(99,4,91); }
td.TdClassName
{
border-color: #63045B;
}
.TagClassName
{
border-color: #63045B;
}
</style>