Shades of Tyrian Purple #7F034B
Tints of Tyrian Purple #7F034B
RGB
CMYK
RGB Variations
Color information
#7F034B (or 0x7F034B) is known color: Tyrian Purple. HEX triplet: 7F, 03 and 4B. RGB value is (127,3,75). Sum of RGB (Red+Green+Blue) = 127+3+75=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F034B is #80FCB4. Grayscale: #303030. Windows color (decimal): -8453301 or 4916095. OLE color: 4916095.
HSL color Cylindrical-coordinate representation of color #7F034B: hue angle of 325.16º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F034B is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 3 | 75 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.50 |
| HSL | 325.16º | 0.95% | 0.25% | - |
| HSV(B) | 325.16º | 0.98% | 0.5% | - |
| XYZ | 10.05 | 5.09 | 7.11 | - |
| YUV | 48.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 75 | 0 | 0.98 | 0.41 | 0.50 | 325.16 | 0.95 | 0.25 |
| Hex | 7F | 3 | 4B | 0 | 62 | 29 | 32 | 145 | 5F | 19 |
| Octal | 177 | 3 | 113 | 0 | 142 | 51 | 62 | 505 | 137 | 31 |
| Binary | 1111111 | 11 | 1001011 | 0 | 1100010 | 101001 | 110010 | 101000101 | 1011111 | 11001 |
Color Harmonies of #7F034B
Complementary color
Monochromatic Colors of #7F034B
Black with #7F034B
Text Example
Text Example
White with #7F034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F034B; }
p { color: rgb(127,3,75); }
H1.HeaderClassName
{
color: #7F034B;
}
.AnyTagClassName
{
color: #7F034B;
}
</style>
background-color css
<style>
a { background-color: #7F034B; }
a { background-color: rgb(127,3,75); }
div.DivClassName
{
background-color: #7F034B;
}
.BgClassName
{
background-color: #7F034B;
}
</style>
border-color css
<style>
span { border-color: #7F034B; }
span { border-color: rgb(127,3,75); }
td.TdClassName
{
border-color: #7F034B;
}
.TagClassName
{
border-color: #7F034B;
}
</style>