Shades of Palatinate Purple #630C6C
Tints of Palatinate Purple #630C6C
RGB
CMYK
RGB Variations
Color information
#630C6C (or 0x630C6C) is known color: Palatinate Purple. HEX triplet: 63, 0C and 6C. RGB value is (99,12,108). Sum of RGB (Red+Green+Blue) = 99+12+108=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #630C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C6C is #9CF393. Grayscale: #303030. Windows color (decimal): -10285972 or 7081059. OLE color: 7081059.
HSL color Cylindrical-coordinate representation of color #630C6C: hue angle of 294.38º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630C6C is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 12 | 108 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.58 |
| HSL | 294.38º | 0.8% | 0.24% | - |
| HSV(B) | 294.38º | 0.89% | 0.42% | - |
| XYZ | 7.98 | 4 | 14.54 | - |
| YUV | 48.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 108 | 0.08 | 0.89 | 0 | 0.58 | 294.38 | 0.8 | 0.24 |
| Hex | 63 | C | 6C | 8 | 59 | 0 | 3A | 126 | 50 | 18 |
| Octal | 143 | 14 | 154 | 10 | 131 | 0 | 72 | 446 | 120 | 30 |
| Binary | 1100011 | 1100 | 1101100 | 1000 | 1011001 | 0 | 111010 | 100100110 | 1010000 | 11000 |
Color Harmonies of #630C6C
Complementary color
Monochromatic Colors of #630C6C
Black with #630C6C
Text Example
Text Example
White with #630C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C6C; }
p { color: rgb(99,12,108); }
H1.HeaderClassName
{
color: #630C6C;
}
.AnyTagClassName
{
color: #630C6C;
}
</style>
background-color css
<style>
a { background-color: #630C6C; }
a { background-color: rgb(99,12,108); }
div.DivClassName
{
background-color: #630C6C;
}
.BgClassName
{
background-color: #630C6C;
}
</style>
border-color css
<style>
span { border-color: #630C6C; }
span { border-color: rgb(99,12,108); }
td.TdClassName
{
border-color: #630C6C;
}
.TagClassName
{
border-color: #630C6C;
}
</style>