Shades of Tyrian Purple #630F2F
Tints of Tyrian Purple #630F2F
RGB
CMYK
RGB Variations
Color information
#630F2F (or 0x630F2F) is known color: Tyrian Purple. HEX triplet: 63, 0F and 2F. RGB value is (99,15,47). Sum of RGB (Red+Green+Blue) = 99+15+47=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #630F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F2F is #9CF0D0. Grayscale: #2B2B2B. Windows color (decimal): -10285265 or 3084131. OLE color: 3084131.
HSL color Cylindrical-coordinate representation of color #630F2F: hue angle of 337.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F2F is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 47 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.61 |
| HSL | 337.14º | 0.74% | 0.22% | - |
| HSV(B) | 337.14º | 0.85% | 0.39% | - |
| XYZ | 5.83 | 3.2 | 3 | - |
| YUV | 43.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 47 | 0 | 0.85 | 0.53 | 0.61 | 337.14 | 0.74 | 0.22 |
| Hex | 63 | F | 2F | 0 | 55 | 35 | 3D | 151 | 4A | 16 |
| Octal | 143 | 17 | 57 | 0 | 125 | 65 | 75 | 521 | 112 | 26 |
| Binary | 1100011 | 1111 | 101111 | 0 | 1010101 | 110101 | 111101 | 101010001 | 1001010 | 10110 |
Color Harmonies of #630F2F
Complementary color
Monochromatic Colors of #630F2F
Black with #630F2F
Text Example
Text Example
White with #630F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F2F; }
p { color: rgb(99,15,47); }
H1.HeaderClassName
{
color: #630F2F;
}
.AnyTagClassName
{
color: #630F2F;
}
</style>
background-color css
<style>
a { background-color: #630F2F; }
a { background-color: rgb(99,15,47); }
div.DivClassName
{
background-color: #630F2F;
}
.BgClassName
{
background-color: #630F2F;
}
</style>
border-color css
<style>
span { border-color: #630F2F; }
span { border-color: rgb(99,15,47); }
td.TdClassName
{
border-color: #630F2F;
}
.TagClassName
{
border-color: #630F2F;
}
</style>