Shades of Tyrian Purple #65093A
Tints of Tyrian Purple #65093A
RGB
CMYK
RGB Variations
Color information
#65093A (or 0x65093A) is known color: Tyrian Purple. HEX triplet: 65, 09 and 3A. RGB value is (101,9,58). Sum of RGB (Red+Green+Blue) = 101+9+58=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65093A is #9AF6C5. Grayscale: #292929. Windows color (decimal): -10155718 or 3803493. OLE color: 3803493.
HSL color Cylindrical-coordinate representation of color #65093A: hue angle of 328.04º 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 #65093A is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 58 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.60 |
| HSL | 328.04º | 0.84% | 0.22% | - |
| HSV(B) | 328.04º | 0.91% | 0.4% | - |
| XYZ | 6.23 | 3.27 | 4.31 | - |
| YUV | 42.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 58 | 0 | 0.91 | 0.43 | 0.60 | 328.04 | 0.84 | 0.22 |
| Hex | 65 | 9 | 3A | 0 | 5B | 2B | 3C | 148 | 54 | 16 |
| Octal | 145 | 11 | 72 | 0 | 133 | 53 | 74 | 510 | 124 | 26 |
| Binary | 1100101 | 1001 | 111010 | 0 | 1011011 | 101011 | 111100 | 101001000 | 1010100 | 10110 |
Color Harmonies of #65093A
Complementary color
Monochromatic Colors of #65093A
Black with #65093A
Text Example
Text Example
White with #65093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65093A; }
p { color: rgb(101,9,58); }
H1.HeaderClassName
{
color: #65093A;
}
.AnyTagClassName
{
color: #65093A;
}
</style>
background-color css
<style>
a { background-color: #65093A; }
a { background-color: rgb(101,9,58); }
div.DivClassName
{
background-color: #65093A;
}
.BgClassName
{
background-color: #65093A;
}
</style>
border-color css
<style>
span { border-color: #65093A; }
span { border-color: rgb(101,9,58); }
td.TdClassName
{
border-color: #65093A;
}
.TagClassName
{
border-color: #65093A;
}
</style>