Shades of Purple #63076C
Tints of Purple #63076C
RGB
CMYK
RGB Variations
Color information
#63076C (or 0x63076C) is known color: Purple. HEX triplet: 63, 07 and 6C. RGB value is (99,7,108). Sum of RGB (Red+Green+Blue) = 99+7+108=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #63076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63076C is #9CF893. Grayscale: #2D2D2D. Windows color (decimal): -10287252 or 7079779. OLE color: 7079779.
HSL color Cylindrical-coordinate representation of color #63076C: hue angle of 294.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63076C is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 7 | 108 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.58 |
| HSL | 294.65º | 0.88% | 0.23% | - |
| HSV(B) | 294.65º | 0.94% | 0.42% | - |
| XYZ | 7.93 | 3.89 | 14.52 | - |
| YUV | 46.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 108 | 0.08 | 0.94 | 0 | 0.58 | 294.65 | 0.88 | 0.23 |
| Hex | 63 | 7 | 6C | 8 | 5E | 0 | 3A | 127 | 58 | 17 |
| Octal | 143 | 7 | 154 | 10 | 136 | 0 | 72 | 447 | 130 | 27 |
| Binary | 1100011 | 111 | 1101100 | 1000 | 1011110 | 0 | 111010 | 100100111 | 1011000 | 10111 |
Color Harmonies of #63076C
Complementary color
Monochromatic Colors of #63076C
Black with #63076C
Text Example
Text Example
White with #63076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63076C; }
p { color: rgb(99,7,108); }
H1.HeaderClassName
{
color: #63076C;
}
.AnyTagClassName
{
color: #63076C;
}
</style>
background-color css
<style>
a { background-color: #63076C; }
a { background-color: rgb(99,7,108); }
div.DivClassName
{
background-color: #63076C;
}
.BgClassName
{
background-color: #63076C;
}
</style>
border-color css
<style>
span { border-color: #63076C; }
span { border-color: rgb(99,7,108); }
td.TdClassName
{
border-color: #63076C;
}
.TagClassName
{
border-color: #63076C;
}
</style>