Shades of Tyrian Purple #65114C
Tints of Tyrian Purple #65114C
RGB
CMYK
RGB Variations
Color information
#65114C (or 0x65114C) is known color: Tyrian Purple. HEX triplet: 65, 11 and 4C. RGB value is (101,17,76). Sum of RGB (Red+Green+Blue) = 101+17+76=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #65114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65114C is #9AEEB3. Grayscale: #303030. Windows color (decimal): -10153652 or 4985189. OLE color: 4985189.
HSL color Cylindrical-coordinate representation of color #65114C: hue angle of 317.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65114C is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 76 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.60 |
| HSL | 317.86º | 0.71% | 0.23% | - |
| HSV(B) | 317.86º | 0.83% | 0.4% | - |
| XYZ | 6.87 | 3.69 | 7.19 | - |
| YUV | 48.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 76 | 0 | 0.83 | 0.25 | 0.60 | 317.86 | 0.71 | 0.23 |
| Hex | 65 | 11 | 4C | 0 | 53 | 19 | 3C | 13E | 47 | 17 |
| Octal | 145 | 21 | 114 | 0 | 123 | 31 | 74 | 476 | 107 | 27 |
| Binary | 1100101 | 10001 | 1001100 | 0 | 1010011 | 11001 | 111100 | 100111110 | 1000111 | 10111 |
Color Harmonies of #65114C
Complementary color
Monochromatic Colors of #65114C
Black with #65114C
Text Example
Text Example
White with #65114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65114C; }
p { color: rgb(101,17,76); }
H1.HeaderClassName
{
color: #65114C;
}
.AnyTagClassName
{
color: #65114C;
}
</style>
background-color css
<style>
a { background-color: #65114C; }
a { background-color: rgb(101,17,76); }
div.DivClassName
{
background-color: #65114C;
}
.BgClassName
{
background-color: #65114C;
}
</style>
border-color css
<style>
span { border-color: #65114C; }
span { border-color: rgb(101,17,76); }
td.TdClassName
{
border-color: #65114C;
}
.TagClassName
{
border-color: #65114C;
}
</style>