Shades of Tyrian Purple #760B3F
Tints of Tyrian Purple #760B3F
RGB
CMYK
RGB Variations
Color information
#760B3F (or 0x760B3F) is known color: Tyrian Purple. HEX triplet: 76, 0B and 3F. RGB value is (118,11,63). Sum of RGB (Red+Green+Blue) = 118+11+63=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #760B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B3F is #89F4C0. Grayscale: #303030. Windows color (decimal): -9041089 or 4131702. OLE color: 4131702.
HSL color Cylindrical-coordinate representation of color #760B3F: hue angle of 330.84º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B3F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 63 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.54 |
| HSL | 330.84º | 0.83% | 0.25% | - |
| HSV(B) | 330.84º | 0.91% | 0.46% | - |
| XYZ | 8.49 | 4.45 | 5.11 | - |
| YUV | 48.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 63 | 0 | 0.91 | 0.47 | 0.54 | 330.84 | 0.83 | 0.25 |
| Hex | 76 | B | 3F | 0 | 5B | 2F | 36 | 14B | 53 | 19 |
| Octal | 166 | 13 | 77 | 0 | 133 | 57 | 66 | 513 | 123 | 31 |
| Binary | 1110110 | 1011 | 111111 | 0 | 1011011 | 101111 | 110110 | 101001011 | 1010011 | 11001 |
Color Harmonies of #760B3F
Complementary color
Monochromatic Colors of #760B3F
Black with #760B3F
Text Example
Text Example
White with #760B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B3F; }
p { color: rgb(118,11,63); }
H1.HeaderClassName
{
color: #760B3F;
}
.AnyTagClassName
{
color: #760B3F;
}
</style>
background-color css
<style>
a { background-color: #760B3F; }
a { background-color: rgb(118,11,63); }
div.DivClassName
{
background-color: #760B3F;
}
.BgClassName
{
background-color: #760B3F;
}
</style>
border-color css
<style>
span { border-color: #760B3F; }
span { border-color: rgb(118,11,63); }
td.TdClassName
{
border-color: #760B3F;
}
.TagClassName
{
border-color: #760B3F;
}
</style>