Shades of Purple #630077
Tints of Purple #630077
RGB
CMYK
RGB Variations
Color information
#630077 (or 0x630077) is known color: Purple. HEX triplet: 63, 00 and 77. RGB value is (99,0,119). Sum of RGB (Red+Green+Blue) = 99+0+119=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #630077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630077 is #9CFF88. Grayscale: #2A2A2A. Windows color (decimal): -10289033 or 7798883. OLE color: 7798883.
HSL color Cylindrical-coordinate representation of color #630077: hue angle of 289.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630077 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 0 | 119 | - |
| CMYK | 0.17 | 1 | 0 | 0.53 |
| HSL | 289.92º | 1% | 0.23% | - |
| HSV(B) | 289.92º | 1% | 0.47% | - |
| XYZ | 8.48 | 3.98 | 17.78 | - |
| YUV | 43.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 119 | 0.17 | 1 | 0 | 0.53 | 289.92 | 1 | 0.23 |
| Hex | 63 | 0 | 77 | 11 | 64 | 0 | 35 | 122 | 64 | 17 |
| Octal | 143 | 0 | 167 | 21 | 144 | 0 | 65 | 442 | 144 | 27 |
| Binary | 1100011 | 0 | 1110111 | 10001 | 1100100 | 0 | 110101 | 100100010 | 1100100 | 10111 |
Color Harmonies of #630077
Complementary color
Monochromatic Colors of #630077
Black with #630077
Text Example
Text Example
White with #630077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630077; }
p { color: rgb(99,0,119); }
H1.HeaderClassName
{
color: #630077;
}
.AnyTagClassName
{
color: #630077;
}
</style>
background-color css
<style>
a { background-color: #630077; }
a { background-color: rgb(99,0,119); }
div.DivClassName
{
background-color: #630077;
}
.BgClassName
{
background-color: #630077;
}
</style>
border-color css
<style>
span { border-color: #630077; }
span { border-color: rgb(99,0,119); }
td.TdClassName
{
border-color: #630077;
}
.TagClassName
{
border-color: #630077;
}
</style>