Shades of Palatinate Purple #630F52
Tints of Palatinate Purple #630F52
RGB
CMYK
RGB Variations
Color information
#630F52 (or 0x630F52) is known color: Palatinate Purple. HEX triplet: 63, 0F and 52. RGB value is (99,15,82). Sum of RGB (Red+Green+Blue) = 99+15+82=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #630F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F52 is #9CF0AD. Grayscale: #2F2F2F. Windows color (decimal): -10285230 or 5377891. OLE color: 5377891.
HSL color Cylindrical-coordinate representation of color #630F52: hue angle of 312.14º 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 #630F52 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 82 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.61 |
| HSL | 312.14º | 0.74% | 0.22% | - |
| HSV(B) | 312.14º | 0.85% | 0.39% | - |
| XYZ | 6.84 | 3.6 | 8.32 | - |
| YUV | 47.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 82 | 0 | 0.85 | 0.17 | 0.61 | 312.14 | 0.74 | 0.22 |
| Hex | 63 | F | 52 | 0 | 55 | 11 | 3D | 138 | 4A | 16 |
| Octal | 143 | 17 | 122 | 0 | 125 | 21 | 75 | 470 | 112 | 26 |
| Binary | 1100011 | 1111 | 1010010 | 0 | 1010101 | 10001 | 111101 | 100111000 | 1001010 | 10110 |
Color Harmonies of #630F52
Complementary color
Monochromatic Colors of #630F52
Black with #630F52
Text Example
Text Example
White with #630F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F52; }
p { color: rgb(99,15,82); }
H1.HeaderClassName
{
color: #630F52;
}
.AnyTagClassName
{
color: #630F52;
}
</style>
background-color css
<style>
a { background-color: #630F52; }
a { background-color: rgb(99,15,82); }
div.DivClassName
{
background-color: #630F52;
}
.BgClassName
{
background-color: #630F52;
}
</style>
border-color css
<style>
span { border-color: #630F52; }
span { border-color: rgb(99,15,82); }
td.TdClassName
{
border-color: #630F52;
}
.TagClassName
{
border-color: #630F52;
}
</style>