Shades of Tyrian Purple #65093F
Tints of Tyrian Purple #65093F
RGB
CMYK
RGB Variations
Color information
#65093F (or 0x65093F) is known color: Tyrian Purple. HEX triplet: 65, 09 and 3F. RGB value is (101,9,63). Sum of RGB (Red+Green+Blue) = 101+9+63=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #65093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65093F is #9AF6C0. Grayscale: #2A2A2A. Windows color (decimal): -10155713 or 4131173. OLE color: 4131173.
HSL color Cylindrical-coordinate representation of color #65093F: hue angle of 324.78º 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 #65093F is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 63 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.60 |
| HSL | 324.78º | 0.84% | 0.22% | - |
| HSV(B) | 324.78º | 0.91% | 0.4% | - |
| XYZ | 6.36 | 3.32 | 5.01 | - |
| YUV | 42.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 63 | 0 | 0.91 | 0.38 | 0.60 | 324.78 | 0.84 | 0.22 |
| Hex | 65 | 9 | 3F | 0 | 5B | 26 | 3C | 145 | 54 | 16 |
| Octal | 145 | 11 | 77 | 0 | 133 | 46 | 74 | 505 | 124 | 26 |
| Binary | 1100101 | 1001 | 111111 | 0 | 1011011 | 100110 | 111100 | 101000101 | 1010100 | 10110 |
Color Harmonies of #65093F
Complementary color
Monochromatic Colors of #65093F
Black with #65093F
Text Example
Text Example
White with #65093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65093F; }
p { color: rgb(101,9,63); }
H1.HeaderClassName
{
color: #65093F;
}
.AnyTagClassName
{
color: #65093F;
}
</style>
background-color css
<style>
a { background-color: #65093F; }
a { background-color: rgb(101,9,63); }
div.DivClassName
{
background-color: #65093F;
}
.BgClassName
{
background-color: #65093F;
}
</style>
border-color css
<style>
span { border-color: #65093F; }
span { border-color: rgb(101,9,63); }
td.TdClassName
{
border-color: #65093F;
}
.TagClassName
{
border-color: #65093F;
}
</style>