Shades of Purple #63016A
Tints of Purple #63016A
RGB
CMYK
RGB Variations
Color information
#63016A (or 0x63016A) is known color: Purple. HEX triplet: 63, 01 and 6A. RGB value is (99,1,106). Sum of RGB (Red+Green+Blue) = 99+1+106=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #63016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63016A is #9CFE95. Grayscale: #292929. Windows color (decimal): -10288790 or 6947171. OLE color: 6947171.
HSL color Cylindrical-coordinate representation of color #63016A: hue angle of 296º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63016A is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 1 | 106 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.58 |
| HSL | 296º | 0.98% | 0.21% | - |
| HSV(B) | 296º | 0.99% | 0.42% | - |
| XYZ | 7.76 | 3.71 | 13.94 | - |
| YUV | 42.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 106 | 0.07 | 0.99 | 0 | 0.58 | 296 | 0.98 | 0.21 |
| Hex | 63 | 1 | 6A | 7 | 63 | 0 | 3A | 128 | 62 | 15 |
| Octal | 143 | 1 | 152 | 7 | 143 | 0 | 72 | 450 | 142 | 25 |
| Binary | 1100011 | 1 | 1101010 | 111 | 1100011 | 0 | 111010 | 100101000 | 1100010 | 10101 |
Color Harmonies of #63016A
Complementary color
Monochromatic Colors of #63016A
Black with #63016A
Text Example
Text Example
White with #63016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63016A; }
p { color: rgb(99,1,106); }
H1.HeaderClassName
{
color: #63016A;
}
.AnyTagClassName
{
color: #63016A;
}
</style>
background-color css
<style>
a { background-color: #63016A; }
a { background-color: rgb(99,1,106); }
div.DivClassName
{
background-color: #63016A;
}
.BgClassName
{
background-color: #63016A;
}
</style>
border-color css
<style>
span { border-color: #63016A; }
span { border-color: rgb(99,1,106); }
td.TdClassName
{
border-color: #63016A;
}
.TagClassName
{
border-color: #63016A;
}
</style>