Shades of Purple #630873
Tints of Purple #630873
RGB
CMYK
RGB Variations
Color information
#630873 (or 0x630873) is known color: Purple. HEX triplet: 63, 08 and 73. RGB value is (99,8,115). Sum of RGB (Red+Green+Blue) = 99+8+115=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #630873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630873 is #9CF78C. Grayscale: #2F2F2F. Windows color (decimal): -10286989 or 7538787. OLE color: 7538787.
HSL color Cylindrical-coordinate representation of color #630873: hue angle of 291.03º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630873 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 8 | 115 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.55 |
| HSL | 291.03º | 0.87% | 0.24% | - |
| HSV(B) | 291.03º | 0.93% | 0.45% | - |
| XYZ | 8.33 | 4.06 | 16.57 | - |
| YUV | 47.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 115 | 0.14 | 0.93 | 0 | 0.55 | 291.03 | 0.87 | 0.24 |
| Hex | 63 | 8 | 73 | E | 5D | 0 | 37 | 123 | 57 | 18 |
| Octal | 143 | 10 | 163 | 16 | 135 | 0 | 67 | 443 | 127 | 30 |
| Binary | 1100011 | 1000 | 1110011 | 1110 | 1011101 | 0 | 110111 | 100100011 | 1010111 | 11000 |
Color Harmonies of #630873
Complementary color
Monochromatic Colors of #630873
Black with #630873
Text Example
Text Example
White with #630873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630873; }
p { color: rgb(99,8,115); }
H1.HeaderClassName
{
color: #630873;
}
.AnyTagClassName
{
color: #630873;
}
</style>
background-color css
<style>
a { background-color: #630873; }
a { background-color: rgb(99,8,115); }
div.DivClassName
{
background-color: #630873;
}
.BgClassName
{
background-color: #630873;
}
</style>
border-color css
<style>
span { border-color: #630873; }
span { border-color: rgb(99,8,115); }
td.TdClassName
{
border-color: #630873;
}
.TagClassName
{
border-color: #630873;
}
</style>