Shades of Tyrian Purple #630F3E
Tints of Tyrian Purple #630F3E
RGB
CMYK
RGB Variations
Color information
#630F3E (or 0x630F3E) is known color: Tyrian Purple. HEX triplet: 63, 0F and 3E. RGB value is (99,15,62). Sum of RGB (Red+Green+Blue) = 99+15+62=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #630F3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F3E is #9CF0C1. Grayscale: #2D2D2D. Windows color (decimal): -10285250 or 4067171. OLE color: 4067171.
HSL color Cylindrical-coordinate representation of color #630F3E: hue angle of 326.43º 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 #630F3E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 62 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.61 |
| HSL | 326.43º | 0.74% | 0.22% | - |
| HSV(B) | 326.43º | 0.85% | 0.39% | - |
| XYZ | 6.19 | 3.34 | 4.88 | - |
| YUV | 45.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 62 | 0 | 0.85 | 0.37 | 0.61 | 326.43 | 0.74 | 0.22 |
| Hex | 63 | F | 3E | 0 | 55 | 25 | 3D | 146 | 4A | 16 |
| Octal | 143 | 17 | 76 | 0 | 125 | 45 | 75 | 506 | 112 | 26 |
| Binary | 1100011 | 1111 | 111110 | 0 | 1010101 | 100101 | 111101 | 101000110 | 1001010 | 10110 |
Color Harmonies of #630F3E
Complementary color
Monochromatic Colors of #630F3E
Black with #630F3E
Text Example
Text Example
White with #630F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F3E; }
p { color: rgb(99,15,62); }
H1.HeaderClassName
{
color: #630F3E;
}
.AnyTagClassName
{
color: #630F3E;
}
</style>
background-color css
<style>
a { background-color: #630F3E; }
a { background-color: rgb(99,15,62); }
div.DivClassName
{
background-color: #630F3E;
}
.BgClassName
{
background-color: #630F3E;
}
</style>
border-color css
<style>
span { border-color: #630F3E; }
span { border-color: rgb(99,15,62); }
td.TdClassName
{
border-color: #630F3E;
}
.TagClassName
{
border-color: #630F3E;
}
</style>