Shades of Purple #63096D
Tints of Purple #63096D
RGB
CMYK
RGB Variations
Color information
#63096D (or 0x63096D) is known color: Purple. HEX triplet: 63, 09 and 6D. RGB value is (99,9,109). Sum of RGB (Red+Green+Blue) = 99+9+109=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #63096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63096D is #9CF692. Grayscale: #2F2F2F. Windows color (decimal): -10286739 or 7145827. OLE color: 7145827.
HSL color Cylindrical-coordinate representation of color #63096D: hue angle of 294º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63096D is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 9 | 109 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.57 |
| HSL | 294º | 0.85% | 0.23% | - |
| HSV(B) | 294º | 0.92% | 0.43% | - |
| XYZ | 8 | 3.95 | 14.81 | - |
| YUV | 47.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 109 | 0.09 | 0.92 | 0 | 0.57 | 294 | 0.85 | 0.23 |
| Hex | 63 | 9 | 6D | 9 | 5C | 0 | 39 | 126 | 55 | 17 |
| Octal | 143 | 11 | 155 | 11 | 134 | 0 | 71 | 446 | 125 | 27 |
| Binary | 1100011 | 1001 | 1101101 | 1001 | 1011100 | 0 | 111001 | 100100110 | 1010101 | 10111 |
Color Harmonies of #63096D
Complementary color
Monochromatic Colors of #63096D
Black with #63096D
Text Example
Text Example
White with #63096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63096D; }
p { color: rgb(99,9,109); }
H1.HeaderClassName
{
color: #63096D;
}
.AnyTagClassName
{
color: #63096D;
}
</style>
background-color css
<style>
a { background-color: #63096D; }
a { background-color: rgb(99,9,109); }
div.DivClassName
{
background-color: #63096D;
}
.BgClassName
{
background-color: #63096D;
}
</style>
border-color css
<style>
span { border-color: #63096D; }
span { border-color: rgb(99,9,109); }
td.TdClassName
{
border-color: #63096D;
}
.TagClassName
{
border-color: #63096D;
}
</style>