Shades of Tyrian Purple #65094D
Tints of Tyrian Purple #65094D
RGB
CMYK
RGB Variations
Color information
#65094D (or 0x65094D) is known color: Tyrian Purple. HEX triplet: 65, 09 and 4D. RGB value is (101,9,77). Sum of RGB (Red+Green+Blue) = 101+9+77=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #65094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65094D is #9AF6B2. Grayscale: #2C2C2C. Windows color (decimal): -10155699 or 5048677. OLE color: 5048677.
HSL color Cylindrical-coordinate representation of color #65094D: hue angle of 315.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65094D is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 77 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.60 |
| HSL | 315.65º | 0.84% | 0.22% | - |
| HSV(B) | 315.65º | 0.91% | 0.4% | - |
| XYZ | 6.8 | 3.5 | 7.34 | - |
| YUV | 44.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 77 | 0 | 0.91 | 0.24 | 0.60 | 315.65 | 0.84 | 0.22 |
| Hex | 65 | 9 | 4D | 0 | 5B | 18 | 3C | 13C | 54 | 16 |
| Octal | 145 | 11 | 115 | 0 | 133 | 30 | 74 | 474 | 124 | 26 |
| Binary | 1100101 | 1001 | 1001101 | 0 | 1011011 | 11000 | 111100 | 100111100 | 1010100 | 10110 |
Color Harmonies of #65094D
Complementary color
Monochromatic Colors of #65094D
Black with #65094D
Text Example
Text Example
White with #65094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65094D; }
p { color: rgb(101,9,77); }
H1.HeaderClassName
{
color: #65094D;
}
.AnyTagClassName
{
color: #65094D;
}
</style>
background-color css
<style>
a { background-color: #65094D; }
a { background-color: rgb(101,9,77); }
div.DivClassName
{
background-color: #65094D;
}
.BgClassName
{
background-color: #65094D;
}
</style>
border-color css
<style>
span { border-color: #65094D; }
span { border-color: rgb(101,9,77); }
td.TdClassName
{
border-color: #65094D;
}
.TagClassName
{
border-color: #65094D;
}
</style>