Shades of Tyrian Purple #63033C
Tints of Tyrian Purple #63033C
RGB
CMYK
RGB Variations
Color information
#63033C (or 0x63033C) is known color: Tyrian Purple. HEX triplet: 63, 03 and 3C. RGB value is (99,3,60). Sum of RGB (Red+Green+Blue) = 99+3+60=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63033C is #9CFCC3. Grayscale: #262626. Windows color (decimal): -10288324 or 3933027. OLE color: 3933027.
HSL color Cylindrical-coordinate representation of color #63033C: hue angle of 324.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63033C is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 60 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.61 |
| HSL | 324.38º | 0.94% | 0.2% | - |
| HSV(B) | 324.38º | 0.97% | 0.39% | - |
| XYZ | 5.99 | 3.04 | 4.55 | - |
| YUV | 38.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 60 | 0 | 0.97 | 0.39 | 0.61 | 324.38 | 0.94 | 0.2 |
| Hex | 63 | 3 | 3C | 0 | 61 | 27 | 3D | 144 | 5E | 14 |
| Octal | 143 | 3 | 74 | 0 | 141 | 47 | 75 | 504 | 136 | 24 |
| Binary | 1100011 | 11 | 111100 | 0 | 1100001 | 100111 | 111101 | 101000100 | 1011110 | 10100 |
Color Harmonies of #63033C
Complementary color
Monochromatic Colors of #63033C
Black with #63033C
Text Example
Text Example
White with #63033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63033C; }
p { color: rgb(99,3,60); }
H1.HeaderClassName
{
color: #63033C;
}
.AnyTagClassName
{
color: #63033C;
}
</style>
background-color css
<style>
a { background-color: #63033C; }
a { background-color: rgb(99,3,60); }
div.DivClassName
{
background-color: #63033C;
}
.BgClassName
{
background-color: #63033C;
}
</style>
border-color css
<style>
span { border-color: #63033C; }
span { border-color: rgb(99,3,60); }
td.TdClassName
{
border-color: #63033C;
}
.TagClassName
{
border-color: #63033C;
}
</style>