Shades of Tyrian Purple #63024B
Tints of Tyrian Purple #63024B
RGB
CMYK
RGB Variations
Color information
#63024B (or 0x63024B) is known color: Tyrian Purple. HEX triplet: 63, 02 and 4B. RGB value is (99,2,75). Sum of RGB (Red+Green+Blue) = 99+2+75=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63024B is #9CFDB4. Grayscale: #272727. Windows color (decimal): -10288565 or 4915811. OLE color: 4915811.
HSL color Cylindrical-coordinate representation of color #63024B: hue angle of 314.85º 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 #63024B is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.61 |
| HSL | 314.85º | 0.96% | 0.2% | - |
| HSV(B) | 314.85º | 0.98% | 0.39% | - |
| XYZ | 6.44 | 3.2 | 6.94 | - |
| YUV | 39.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 75 | 0 | 0.98 | 0.24 | 0.61 | 314.85 | 0.96 | 0.2 |
| Hex | 63 | 2 | 4B | 0 | 62 | 18 | 3D | 13B | 60 | 14 |
| Octal | 143 | 2 | 113 | 0 | 142 | 30 | 75 | 473 | 140 | 24 |
| Binary | 1100011 | 10 | 1001011 | 0 | 1100010 | 11000 | 111101 | 100111011 | 1100000 | 10100 |
Color Harmonies of #63024B
Complementary color
Monochromatic Colors of #63024B
Black with #63024B
Text Example
Text Example
White with #63024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63024B; }
p { color: rgb(99,2,75); }
H1.HeaderClassName
{
color: #63024B;
}
.AnyTagClassName
{
color: #63024B;
}
</style>
background-color css
<style>
a { background-color: #63024B; }
a { background-color: rgb(99,2,75); }
div.DivClassName
{
background-color: #63024B;
}
.BgClassName
{
background-color: #63024B;
}
</style>
border-color css
<style>
span { border-color: #63024B; }
span { border-color: rgb(99,2,75); }
td.TdClassName
{
border-color: #63024B;
}
.TagClassName
{
border-color: #63024B;
}
</style>