Shades of Purple #630774
Tints of Purple #630774
RGB
CMYK
RGB Variations
Color information
#630774 (or 0x630774) is known color: Purple. HEX triplet: 63, 07 and 74. RGB value is (99,7,116). Sum of RGB (Red+Green+Blue) = 99+7+116=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #630774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630774 is #9CF88B. Grayscale: #2E2E2E. Windows color (decimal): -10287244 or 7604067. OLE color: 7604067.
HSL color Cylindrical-coordinate representation of color #630774: hue angle of 290.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630774 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 7 | 116 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.55 |
| HSL | 290.64º | 0.89% | 0.24% | - |
| HSV(B) | 290.64º | 0.94% | 0.45% | - |
| XYZ | 8.37 | 4.07 | 16.87 | - |
| YUV | 46.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 116 | 0.15 | 0.94 | 0 | 0.55 | 290.64 | 0.89 | 0.24 |
| Hex | 63 | 7 | 74 | F | 5E | 0 | 37 | 123 | 59 | 18 |
| Octal | 143 | 7 | 164 | 17 | 136 | 0 | 67 | 443 | 131 | 30 |
| Binary | 1100011 | 111 | 1110100 | 1111 | 1011110 | 0 | 110111 | 100100011 | 1011001 | 11000 |
Color Harmonies of #630774
Complementary color
Monochromatic Colors of #630774
Black with #630774
Text Example
Text Example
White with #630774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630774; }
p { color: rgb(99,7,116); }
H1.HeaderClassName
{
color: #630774;
}
.AnyTagClassName
{
color: #630774;
}
</style>
background-color css
<style>
a { background-color: #630774; }
a { background-color: rgb(99,7,116); }
div.DivClassName
{
background-color: #630774;
}
.BgClassName
{
background-color: #630774;
}
</style>
border-color css
<style>
span { border-color: #630774; }
span { border-color: rgb(99,7,116); }
td.TdClassName
{
border-color: #630774;
}
.TagClassName
{
border-color: #630774;
}
</style>