Shades of Purple #630874
Tints of Purple #630874
RGB
CMYK
RGB Variations
Color information
#630874 (or 0x630874) is known color: Purple. HEX triplet: 63, 08 and 74. RGB value is (99,8,116). Sum of RGB (Red+Green+Blue) = 99+8+116=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #630874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630874 is #9CF78B. Grayscale: #2F2F2F. Windows color (decimal): -10286988 or 7604323. OLE color: 7604323.
HSL color Cylindrical-coordinate representation of color #630874: hue angle of 290.56º 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 #630874 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 8 | 116 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.55 |
| HSL | 290.56º | 0.87% | 0.24% | - |
| HSV(B) | 290.56º | 0.93% | 0.45% | - |
| XYZ | 8.38 | 4.09 | 16.87 | - |
| YUV | 47.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 116 | 0.15 | 0.93 | 0 | 0.55 | 290.56 | 0.87 | 0.24 |
| Hex | 63 | 8 | 74 | F | 5D | 0 | 37 | 123 | 57 | 18 |
| Octal | 143 | 10 | 164 | 17 | 135 | 0 | 67 | 443 | 127 | 30 |
| Binary | 1100011 | 1000 | 1110100 | 1111 | 1011101 | 0 | 110111 | 100100011 | 1010111 | 11000 |
Color Harmonies of #630874
Complementary color
Monochromatic Colors of #630874
Black with #630874
Text Example
Text Example
White with #630874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630874; }
p { color: rgb(99,8,116); }
H1.HeaderClassName
{
color: #630874;
}
.AnyTagClassName
{
color: #630874;
}
</style>
background-color css
<style>
a { background-color: #630874; }
a { background-color: rgb(99,8,116); }
div.DivClassName
{
background-color: #630874;
}
.BgClassName
{
background-color: #630874;
}
</style>
border-color css
<style>
span { border-color: #630874; }
span { border-color: rgb(99,8,116); }
td.TdClassName
{
border-color: #630874;
}
.TagClassName
{
border-color: #630874;
}
</style>