Shades of Tyrian Purple #630C3D
Tints of Tyrian Purple #630C3D
RGB
CMYK
RGB Variations
Color information
#630C3D (or 0x630C3D) is known color: Tyrian Purple. HEX triplet: 63, 0C and 3D. RGB value is (99,12,61). Sum of RGB (Red+Green+Blue) = 99+12+61=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #630C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C3D is #9CF3C2. Grayscale: #2B2B2B. Windows color (decimal): -10286019 or 4000867. OLE color: 4000867.
HSL color Cylindrical-coordinate representation of color #630C3D: hue angle of 326.21º 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 #630C3D is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 61 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.61 |
| HSL | 326.21º | 0.78% | 0.22% | - |
| HSV(B) | 326.21º | 0.88% | 0.39% | - |
| XYZ | 6.12 | 3.25 | 4.72 | - |
| YUV | 43.6 | 137.82 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 61 | 0 | 0.88 | 0.38 | 0.61 | 326.21 | 0.78 | 0.22 |
| Hex | 63 | C | 3D | 0 | 58 | 26 | 3D | 146 | 4E | 16 |
| Octal | 143 | 14 | 75 | 0 | 130 | 46 | 75 | 506 | 116 | 26 |
| Binary | 1100011 | 1100 | 111101 | 0 | 1011000 | 100110 | 111101 | 101000110 | 1001110 | 10110 |
Color Harmonies of #630C3D
Complementary color
Monochromatic Colors of #630C3D
Black with #630C3D
Text Example
Text Example
White with #630C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C3D; }
p { color: rgb(99,12,61); }
H1.HeaderClassName
{
color: #630C3D;
}
.AnyTagClassName
{
color: #630C3D;
}
</style>
background-color css
<style>
a { background-color: #630C3D; }
a { background-color: rgb(99,12,61); }
div.DivClassName
{
background-color: #630C3D;
}
.BgClassName
{
background-color: #630C3D;
}
</style>
border-color css
<style>
span { border-color: #630C3D; }
span { border-color: rgb(99,12,61); }
td.TdClassName
{
border-color: #630C3D;
}
.TagClassName
{
border-color: #630C3D;
}
</style>