Shades of Purple #630672
Tints of Purple #630672
RGB
CMYK
RGB Variations
Color information
#630672 (or 0x630672) is known color: Purple. HEX triplet: 63, 06 and 72. RGB value is (99,6,114). Sum of RGB (Red+Green+Blue) = 99+6+114=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #630672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630672 is #9CF98D. Grayscale: #2D2D2D. Windows color (decimal): -10287502 or 7472739. OLE color: 7472739.
HSL color Cylindrical-coordinate representation of color #630672: hue angle of 291.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630672 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 6 | 114 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.55 |
| HSL | 291.67º | 0.9% | 0.24% | - |
| HSV(B) | 291.67º | 0.95% | 0.45% | - |
| XYZ | 8.25 | 4 | 16.26 | - |
| YUV | 46.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 114 | 0.13 | 0.95 | 0 | 0.55 | 291.67 | 0.9 | 0.24 |
| Hex | 63 | 6 | 72 | D | 5F | 0 | 37 | 124 | 5A | 18 |
| Octal | 143 | 6 | 162 | 15 | 137 | 0 | 67 | 444 | 132 | 30 |
| Binary | 1100011 | 110 | 1110010 | 1101 | 1011111 | 0 | 110111 | 100100100 | 1011010 | 11000 |
Color Harmonies of #630672
Complementary color
Monochromatic Colors of #630672
Black with #630672
Text Example
Text Example
White with #630672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630672; }
p { color: rgb(99,6,114); }
H1.HeaderClassName
{
color: #630672;
}
.AnyTagClassName
{
color: #630672;
}
</style>
background-color css
<style>
a { background-color: #630672; }
a { background-color: rgb(99,6,114); }
div.DivClassName
{
background-color: #630672;
}
.BgClassName
{
background-color: #630672;
}
</style>
border-color css
<style>
span { border-color: #630672; }
span { border-color: rgb(99,6,114); }
td.TdClassName
{
border-color: #630672;
}
.TagClassName
{
border-color: #630672;
}
</style>