Shades of Purple #63006E
Tints of Purple #63006E
RGB
CMYK
RGB Variations
Color information
#63006E (or 0x63006E) is known color: Purple. HEX triplet: 63, 00 and 6E. RGB value is (99,0,110). Sum of RGB (Red+Green+Blue) = 99+0+110=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #63006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63006E is #9CFF91. Grayscale: #292929. Windows color (decimal): -10289042 or 7209059. OLE color: 7209059.
HSL color Cylindrical-coordinate representation of color #63006E: hue angle of 294º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63006E is Cyan = 0.1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 0 | 110 | - |
| CMYK | 0.1 | 1 | 0 | 0.57 |
| HSL | 294º | 1% | 0.22% | - |
| HSV(B) | 294º | 1% | 0.43% | - |
| XYZ | 7.96 | 3.78 | 15.06 | - |
| YUV | 42.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 110 | 0.1 | 1 | 0 | 0.57 | 294 | 1 | 0.22 |
| Hex | 63 | 0 | 6E | A | 64 | 0 | 39 | 126 | 64 | 16 |
| Octal | 143 | 0 | 156 | 12 | 144 | 0 | 71 | 446 | 144 | 26 |
| Binary | 1100011 | 0 | 1101110 | 1010 | 1100100 | 0 | 111001 | 100100110 | 1100100 | 10110 |
Color Harmonies of #63006E
Complementary color
Monochromatic Colors of #63006E
Black with #63006E
Text Example
Text Example
White with #63006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63006E; }
p { color: rgb(99,0,110); }
H1.HeaderClassName
{
color: #63006E;
}
.AnyTagClassName
{
color: #63006E;
}
</style>
background-color css
<style>
a { background-color: #63006E; }
a { background-color: rgb(99,0,110); }
div.DivClassName
{
background-color: #63006E;
}
.BgClassName
{
background-color: #63006E;
}
</style>
border-color css
<style>
span { border-color: #63006E; }
span { border-color: rgb(99,0,110); }
td.TdClassName
{
border-color: #63006E;
}
.TagClassName
{
border-color: #63006E;
}
</style>