Shades of Palatinate Purple #630F5C
Tints of Palatinate Purple #630F5C
RGB
CMYK
RGB Variations
Color information
#630F5C (or 0x630F5C) is known color: Palatinate Purple. HEX triplet: 63, 0F and 5C. RGB value is (99,15,92). Sum of RGB (Red+Green+Blue) = 99+15+92=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #630F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F5C is #9CF0A3. Grayscale: #303030. Windows color (decimal): -10285220 or 6033251. OLE color: 6033251.
HSL color Cylindrical-coordinate representation of color #630F5C: hue angle of 305º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F5C is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 92 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.61 |
| HSL | 305º | 0.74% | 0.22% | - |
| HSV(B) | 305º | 0.85% | 0.39% | - |
| XYZ | 7.25 | 3.77 | 10.47 | - |
| YUV | 48.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 92 | 0 | 0.85 | 0.07 | 0.61 | 305 | 0.74 | 0.22 |
| Hex | 63 | F | 5C | 0 | 55 | 7 | 3D | 131 | 4A | 16 |
| Octal | 143 | 17 | 134 | 0 | 125 | 7 | 75 | 461 | 112 | 26 |
| Binary | 1100011 | 1111 | 1011100 | 0 | 1010101 | 111 | 111101 | 100110001 | 1001010 | 10110 |
Color Harmonies of #630F5C
Complementary color
Monochromatic Colors of #630F5C
Black with #630F5C
Text Example
Text Example
White with #630F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F5C; }
p { color: rgb(99,15,92); }
H1.HeaderClassName
{
color: #630F5C;
}
.AnyTagClassName
{
color: #630F5C;
}
</style>
background-color css
<style>
a { background-color: #630F5C; }
a { background-color: rgb(99,15,92); }
div.DivClassName
{
background-color: #630F5C;
}
.BgClassName
{
background-color: #630F5C;
}
</style>
border-color css
<style>
span { border-color: #630F5C; }
span { border-color: rgb(99,15,92); }
td.TdClassName
{
border-color: #630F5C;
}
.TagClassName
{
border-color: #630F5C;
}
</style>