Shades of Purple #630269
Tints of Purple #630269
RGB
CMYK
RGB Variations
Color information
#630269 (or 0x630269) is known color: Purple. HEX triplet: 63, 02 and 69. RGB value is (99,2,105). Sum of RGB (Red+Green+Blue) = 99+2+105=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #630269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630269 is #9CFD96. Grayscale: #2A2A2A. Windows color (decimal): -10288535 or 6881891. OLE color: 6881891.
HSL color Cylindrical-coordinate representation of color #630269: hue angle of 296.5º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630269 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 2 | 105 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.59 |
| HSL | 296.5º | 0.96% | 0.21% | - |
| HSV(B) | 296.5º | 0.98% | 0.41% | - |
| XYZ | 7.72 | 3.72 | 13.68 | - |
| YUV | 42.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 105 | 0.06 | 0.98 | 0 | 0.59 | 296.5 | 0.96 | 0.21 |
| Hex | 63 | 2 | 69 | 6 | 62 | 0 | 3B | 129 | 60 | 15 |
| Octal | 143 | 2 | 151 | 6 | 142 | 0 | 73 | 451 | 140 | 25 |
| Binary | 1100011 | 10 | 1101001 | 110 | 1100010 | 0 | 111011 | 100101001 | 1100000 | 10101 |
Color Harmonies of #630269
Complementary color
Monochromatic Colors of #630269
Black with #630269
Text Example
Text Example
White with #630269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630269; }
p { color: rgb(99,2,105); }
H1.HeaderClassName
{
color: #630269;
}
.AnyTagClassName
{
color: #630269;
}
</style>
background-color css
<style>
a { background-color: #630269; }
a { background-color: rgb(99,2,105); }
div.DivClassName
{
background-color: #630269;
}
.BgClassName
{
background-color: #630269;
}
</style>
border-color css
<style>
span { border-color: #630269; }
span { border-color: rgb(99,2,105); }
td.TdClassName
{
border-color: #630269;
}
.TagClassName
{
border-color: #630269;
}
</style>