Shades of Purple #63016F
Tints of Purple #63016F
RGB
CMYK
RGB Variations
Color information
#63016F (or 0x63016F) is known color: Purple. HEX triplet: 63, 01 and 6F. RGB value is (99,1,111). Sum of RGB (Red+Green+Blue) = 99+1+111=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #63016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63016F is #9CFE90. Grayscale: #2A2A2A. Windows color (decimal): -10288785 or 7274851. OLE color: 7274851.
HSL color Cylindrical-coordinate representation of color #63016F: hue angle of 293.45º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63016F is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 1 | 111 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.56 |
| HSL | 293.45º | 0.98% | 0.22% | - |
| HSV(B) | 293.45º | 0.99% | 0.44% | - |
| XYZ | 8.03 | 3.82 | 15.35 | - |
| YUV | 42.84 | 166.47 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 111 | 0.11 | 0.99 | 0 | 0.56 | 293.45 | 0.98 | 0.22 |
| Hex | 63 | 1 | 6F | B | 63 | 0 | 38 | 125 | 62 | 16 |
| Octal | 143 | 1 | 157 | 13 | 143 | 0 | 70 | 445 | 142 | 26 |
| Binary | 1100011 | 1 | 1101111 | 1011 | 1100011 | 0 | 111000 | 100100101 | 1100010 | 10110 |
Color Harmonies of #63016F
Complementary color
Monochromatic Colors of #63016F
Black with #63016F
Text Example
Text Example
White with #63016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63016F; }
p { color: rgb(99,1,111); }
H1.HeaderClassName
{
color: #63016F;
}
.AnyTagClassName
{
color: #63016F;
}
</style>
background-color css
<style>
a { background-color: #63016F; }
a { background-color: rgb(99,1,111); }
div.DivClassName
{
background-color: #63016F;
}
.BgClassName
{
background-color: #63016F;
}
</style>
border-color css
<style>
span { border-color: #63016F; }
span { border-color: rgb(99,1,111); }
td.TdClassName
{
border-color: #63016F;
}
.TagClassName
{
border-color: #63016F;
}
</style>