Shades of Purple #630373
Tints of Purple #630373
RGB
CMYK
RGB Variations
Color information
#630373 (or 0x630373) is known color: Purple. HEX triplet: 63, 03 and 73. RGB value is (99,3,115). Sum of RGB (Red+Green+Blue) = 99+3+115=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #630373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630373 is #9CFC8C. Grayscale: #2C2C2C. Windows color (decimal): -10288269 or 7537507. OLE color: 7537507.
HSL color Cylindrical-coordinate representation of color #630373: hue angle of 291.43º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630373 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 3 | 115 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.55 |
| HSL | 291.43º | 0.95% | 0.23% | - |
| HSV(B) | 291.43º | 0.97% | 0.45% | - |
| XYZ | 8.27 | 3.96 | 16.55 | - |
| YUV | 44.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 115 | 0.14 | 0.97 | 0 | 0.55 | 291.43 | 0.95 | 0.23 |
| Hex | 63 | 3 | 73 | E | 61 | 0 | 37 | 123 | 5F | 17 |
| Octal | 143 | 3 | 163 | 16 | 141 | 0 | 67 | 443 | 137 | 27 |
| Binary | 1100011 | 11 | 1110011 | 1110 | 1100001 | 0 | 110111 | 100100011 | 1011111 | 10111 |
Color Harmonies of #630373
Complementary color
Monochromatic Colors of #630373
Black with #630373
Text Example
Text Example
White with #630373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630373; }
p { color: rgb(99,3,115); }
H1.HeaderClassName
{
color: #630373;
}
.AnyTagClassName
{
color: #630373;
}
</style>
background-color css
<style>
a { background-color: #630373; }
a { background-color: rgb(99,3,115); }
div.DivClassName
{
background-color: #630373;
}
.BgClassName
{
background-color: #630373;
}
</style>
border-color css
<style>
span { border-color: #630373; }
span { border-color: rgb(99,3,115); }
td.TdClassName
{
border-color: #630373;
}
.TagClassName
{
border-color: #630373;
}
</style>