Shades of Purple #630367
Tints of Purple #630367
RGB
CMYK
RGB Variations
Color information
#630367 (or 0x630367) is known color: Purple. HEX triplet: 63, 03 and 67. RGB value is (99,3,103). Sum of RGB (Red+Green+Blue) = 99+3+103=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #630367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630367 is #9CFC98. Grayscale: #2A2A2A. Windows color (decimal): -10288281 or 6751075. OLE color: 6751075.
HSL color Cylindrical-coordinate representation of color #630367: hue angle of 297.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630367 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 3 | 103 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.60 |
| HSL | 297.6º | 0.94% | 0.21% | - |
| HSV(B) | 297.6º | 0.97% | 0.4% | - |
| XYZ | 7.63 | 3.7 | 13.14 | - |
| YUV | 43.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 103 | 0.04 | 0.97 | 0 | 0.60 | 297.6 | 0.94 | 0.21 |
| Hex | 63 | 3 | 67 | 4 | 61 | 0 | 3C | 12A | 5E | 15 |
| Octal | 143 | 3 | 147 | 4 | 141 | 0 | 74 | 452 | 136 | 25 |
| Binary | 1100011 | 11 | 1100111 | 100 | 1100001 | 0 | 111100 | 100101010 | 1011110 | 10101 |
Color Harmonies of #630367
Complementary color
Monochromatic Colors of #630367
Black with #630367
Text Example
Text Example
White with #630367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630367; }
p { color: rgb(99,3,103); }
H1.HeaderClassName
{
color: #630367;
}
.AnyTagClassName
{
color: #630367;
}
</style>
background-color css
<style>
a { background-color: #630367; }
a { background-color: rgb(99,3,103); }
div.DivClassName
{
background-color: #630367;
}
.BgClassName
{
background-color: #630367;
}
</style>
border-color css
<style>
span { border-color: #630367; }
span { border-color: rgb(99,3,103); }
td.TdClassName
{
border-color: #630367;
}
.TagClassName
{
border-color: #630367;
}
</style>