Shades of Tyrian Purple #63023C
Tints of Tyrian Purple #63023C
RGB
CMYK
RGB Variations
Color information
#63023C (or 0x63023C) is known color: Tyrian Purple. HEX triplet: 63, 02 and 3C. RGB value is (99,2,60). Sum of RGB (Red+Green+Blue) = 99+2+60=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63023C is #9CFDC3. Grayscale: #252525. Windows color (decimal): -10288580 or 3932771. OLE color: 3932771.
HSL color Cylindrical-coordinate representation of color #63023C: hue angle of 324.12º 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 #63023C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.61 |
| HSL | 324.12º | 0.96% | 0.2% | - |
| HSV(B) | 324.12º | 0.98% | 0.39% | - |
| XYZ | 5.98 | 3.02 | 4.54 | - |
| YUV | 37.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 60 | 0 | 0.98 | 0.39 | 0.61 | 324.12 | 0.96 | 0.2 |
| Hex | 63 | 2 | 3C | 0 | 62 | 27 | 3D | 144 | 60 | 14 |
| Octal | 143 | 2 | 74 | 0 | 142 | 47 | 75 | 504 | 140 | 24 |
| Binary | 1100011 | 10 | 111100 | 0 | 1100010 | 100111 | 111101 | 101000100 | 1100000 | 10100 |
Color Harmonies of #63023C
Complementary color
Monochromatic Colors of #63023C
Black with #63023C
Text Example
Text Example
White with #63023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63023C; }
p { color: rgb(99,2,60); }
H1.HeaderClassName
{
color: #63023C;
}
.AnyTagClassName
{
color: #63023C;
}
</style>
background-color css
<style>
a { background-color: #63023C; }
a { background-color: rgb(99,2,60); }
div.DivClassName
{
background-color: #63023C;
}
.BgClassName
{
background-color: #63023C;
}
</style>
border-color css
<style>
span { border-color: #63023C; }
span { border-color: rgb(99,2,60); }
td.TdClassName
{
border-color: #63023C;
}
.TagClassName
{
border-color: #63023C;
}
</style>