Shades of Purple #630267
Tints of Purple #630267
RGB
CMYK
RGB Variations
Color information
#630267 (or 0x630267) is known color: Purple. HEX triplet: 63, 02 and 67. RGB value is (99,2,103). Sum of RGB (Red+Green+Blue) = 99+2+103=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #630267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630267 is #9CFD98. Grayscale: #2A2A2A. Windows color (decimal): -10288537 or 6750819. OLE color: 6750819.
HSL color Cylindrical-coordinate representation of color #630267: hue angle of 297.62º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630267 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 2 | 103 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.60 |
| HSL | 297.62º | 0.96% | 0.21% | - |
| HSV(B) | 297.62º | 0.98% | 0.4% | - |
| XYZ | 7.62 | 3.68 | 13.14 | - |
| YUV | 42.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 103 | 0.04 | 0.98 | 0 | 0.60 | 297.62 | 0.96 | 0.21 |
| Hex | 63 | 2 | 67 | 4 | 62 | 0 | 3C | 12A | 60 | 15 |
| Octal | 143 | 2 | 147 | 4 | 142 | 0 | 74 | 452 | 140 | 25 |
| Binary | 1100011 | 10 | 1100111 | 100 | 1100010 | 0 | 111100 | 100101010 | 1100000 | 10101 |
Color Harmonies of #630267
Complementary color
Monochromatic Colors of #630267
Black with #630267
Text Example
Text Example
White with #630267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630267; }
p { color: rgb(99,2,103); }
H1.HeaderClassName
{
color: #630267;
}
.AnyTagClassName
{
color: #630267;
}
</style>
background-color css
<style>
a { background-color: #630267; }
a { background-color: rgb(99,2,103); }
div.DivClassName
{
background-color: #630267;
}
.BgClassName
{
background-color: #630267;
}
</style>
border-color css
<style>
span { border-color: #630267; }
span { border-color: rgb(99,2,103); }
td.TdClassName
{
border-color: #630267;
}
.TagClassName
{
border-color: #630267;
}
</style>