Shades of Tyrian Purple #630226
Tints of Tyrian Purple #630226
RGB
CMYK
RGB Variations
Color information
#630226 (or 0x630226) is known color: Tyrian Purple. HEX triplet: 63, 02 and 26. RGB value is (99,2,38). Sum of RGB (Red+Green+Blue) = 99+2+38=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630226 is #9CFDD9. Grayscale: #232323. Windows color (decimal): -10288602 or 2490979. OLE color: 2490979.
HSL color Cylindrical-coordinate representation of color #630226: hue angle of 337.73º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630226 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 38 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.61 |
| HSL | 337.73º | 0.96% | 0.2% | - |
| HSV(B) | 337.73º | 0.98% | 0.39% | - |
| XYZ | 5.52 | 2.84 | 2.09 | - |
| YUV | 35.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 38 | 0 | 0.98 | 0.62 | 0.61 | 337.73 | 0.96 | 0.2 |
| Hex | 63 | 2 | 26 | 0 | 62 | 3E | 3D | 152 | 60 | 14 |
| Octal | 143 | 2 | 46 | 0 | 142 | 76 | 75 | 522 | 140 | 24 |
| Binary | 1100011 | 10 | 100110 | 0 | 1100010 | 111110 | 111101 | 101010010 | 1100000 | 10100 |
Color Harmonies of #630226
Complementary color
Monochromatic Colors of #630226
Black with #630226
Text Example
Text Example
White with #630226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630226; }
p { color: rgb(99,2,38); }
H1.HeaderClassName
{
color: #630226;
}
.AnyTagClassName
{
color: #630226;
}
</style>
background-color css
<style>
a { background-color: #630226; }
a { background-color: rgb(99,2,38); }
div.DivClassName
{
background-color: #630226;
}
.BgClassName
{
background-color: #630226;
}
</style>
border-color css
<style>
span { border-color: #630226; }
span { border-color: rgb(99,2,38); }
td.TdClassName
{
border-color: #630226;
}
.TagClassName
{
border-color: #630226;
}
</style>