Shades of Purple #630776
Tints of Purple #630776
RGB
CMYK
RGB Variations
Color information
#630776 (or 0x630776) is known color: Purple. HEX triplet: 63, 07 and 76. RGB value is (99,7,118). Sum of RGB (Red+Green+Blue) = 99+7+118=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #630776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630776 is #9CF889. Grayscale: #2E2E2E. Windows color (decimal): -10287242 or 7735139. OLE color: 7735139.
HSL color Cylindrical-coordinate representation of color #630776: hue angle of 289.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630776 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 7 | 118 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.54 |
| HSL | 289.73º | 0.89% | 0.25% | - |
| HSV(B) | 289.73º | 0.94% | 0.46% | - |
| XYZ | 8.49 | 4.11 | 17.49 | - |
| YUV | 47.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 118 | 0.16 | 0.94 | 0 | 0.54 | 289.73 | 0.89 | 0.25 |
| Hex | 63 | 7 | 76 | 10 | 5E | 0 | 36 | 122 | 59 | 19 |
| Octal | 143 | 7 | 166 | 20 | 136 | 0 | 66 | 442 | 131 | 31 |
| Binary | 1100011 | 111 | 1110110 | 10000 | 1011110 | 0 | 110110 | 100100010 | 1011001 | 11001 |
Color Harmonies of #630776
Complementary color
Monochromatic Colors of #630776
Black with #630776
Text Example
Text Example
White with #630776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630776; }
p { color: rgb(99,7,118); }
H1.HeaderClassName
{
color: #630776;
}
.AnyTagClassName
{
color: #630776;
}
</style>
background-color css
<style>
a { background-color: #630776; }
a { background-color: rgb(99,7,118); }
div.DivClassName
{
background-color: #630776;
}
.BgClassName
{
background-color: #630776;
}
</style>
border-color css
<style>
span { border-color: #630776; }
span { border-color: rgb(99,7,118); }
td.TdClassName
{
border-color: #630776;
}
.TagClassName
{
border-color: #630776;
}
</style>