Shades of Tyrian Purple #630C3E
Tints of Tyrian Purple #630C3E
RGB
CMYK
RGB Variations
Color information
#630C3E (or 0x630C3E) is known color: Tyrian Purple. HEX triplet: 63, 0C and 3E. RGB value is (99,12,62). Sum of RGB (Red+Green+Blue) = 99+12+62=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #630C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C3E is #9CF3C1. Grayscale: #2B2B2B. Windows color (decimal): -10286018 or 4066403. OLE color: 4066403.
HSL color Cylindrical-coordinate representation of color #630C3E: hue angle of 325.52º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C3E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 62 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.61 |
| HSL | 325.52º | 0.78% | 0.22% | - |
| HSV(B) | 325.52º | 0.88% | 0.39% | - |
| XYZ | 6.15 | 3.26 | 4.86 | - |
| YUV | 43.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 62 | 0 | 0.88 | 0.37 | 0.61 | 325.52 | 0.78 | 0.22 |
| Hex | 63 | C | 3E | 0 | 58 | 25 | 3D | 146 | 4E | 16 |
| Octal | 143 | 14 | 76 | 0 | 130 | 45 | 75 | 506 | 116 | 26 |
| Binary | 1100011 | 1100 | 111110 | 0 | 1011000 | 100101 | 111101 | 101000110 | 1001110 | 10110 |
Color Harmonies of #630C3E
Complementary color
Monochromatic Colors of #630C3E
Black with #630C3E
Text Example
Text Example
White with #630C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C3E; }
p { color: rgb(99,12,62); }
H1.HeaderClassName
{
color: #630C3E;
}
.AnyTagClassName
{
color: #630C3E;
}
</style>
background-color css
<style>
a { background-color: #630C3E; }
a { background-color: rgb(99,12,62); }
div.DivClassName
{
background-color: #630C3E;
}
.BgClassName
{
background-color: #630C3E;
}
</style>
border-color css
<style>
span { border-color: #630C3E; }
span { border-color: rgb(99,12,62); }
td.TdClassName
{
border-color: #630C3E;
}
.TagClassName
{
border-color: #630C3E;
}
</style>