Shades of Purple #63086E
Tints of Purple #63086E
RGB
CMYK
RGB Variations
Color information
#63086E (or 0x63086E) is known color: Purple. HEX triplet: 63, 08 and 6E. RGB value is (99,8,110). Sum of RGB (Red+Green+Blue) = 99+8+110=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #63086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63086E is #9CF791. Grayscale: #2E2E2E. Windows color (decimal): -10286994 or 7211107. OLE color: 7211107.
HSL color Cylindrical-coordinate representation of color #63086E: hue angle of 293.53º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63086E is Cyan = 0.1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 8 | 110 | - |
| CMYK | 0.1 | 0.93 | 0 | 0.57 |
| HSL | 293.53º | 0.86% | 0.23% | - |
| HSV(B) | 293.53º | 0.93% | 0.43% | - |
| XYZ | 8.05 | 3.95 | 15.09 | - |
| YUV | 46.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 110 | 0.1 | 0.93 | 0 | 0.57 | 293.53 | 0.86 | 0.23 |
| Hex | 63 | 8 | 6E | A | 5D | 0 | 39 | 126 | 56 | 17 |
| Octal | 143 | 10 | 156 | 12 | 135 | 0 | 71 | 446 | 126 | 27 |
| Binary | 1100011 | 1000 | 1101110 | 1010 | 1011101 | 0 | 111001 | 100100110 | 1010110 | 10111 |
Color Harmonies of #63086E
Complementary color
Monochromatic Colors of #63086E
Black with #63086E
Text Example
Text Example
White with #63086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63086E; }
p { color: rgb(99,8,110); }
H1.HeaderClassName
{
color: #63086E;
}
.AnyTagClassName
{
color: #63086E;
}
</style>
background-color css
<style>
a { background-color: #63086E; }
a { background-color: rgb(99,8,110); }
div.DivClassName
{
background-color: #63086E;
}
.BgClassName
{
background-color: #63086E;
}
</style>
border-color css
<style>
span { border-color: #63086E; }
span { border-color: rgb(99,8,110); }
td.TdClassName
{
border-color: #63086E;
}
.TagClassName
{
border-color: #63086E;
}
</style>