Shades of Tyrian Purple #65083F
Tints of Tyrian Purple #65083F
RGB
CMYK
RGB Variations
Color information
#65083F (or 0x65083F) is known color: Tyrian Purple. HEX triplet: 65, 08 and 3F. RGB value is (101,8,63). Sum of RGB (Red+Green+Blue) = 101+8+63=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #65083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65083F is #9AF7C0. Grayscale: #292929. Windows color (decimal): -10155969 or 4130917. OLE color: 4130917.
HSL color Cylindrical-coordinate representation of color #65083F: hue angle of 324.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65083F is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 63 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.60 |
| HSL | 324.52º | 0.85% | 0.21% | - |
| HSV(B) | 324.52º | 0.92% | 0.4% | - |
| XYZ | 6.35 | 3.3 | 5 | - |
| YUV | 42.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 63 | 0 | 0.92 | 0.38 | 0.60 | 324.52 | 0.85 | 0.21 |
| Hex | 65 | 8 | 3F | 0 | 5C | 26 | 3C | 145 | 55 | 15 |
| Octal | 145 | 10 | 77 | 0 | 134 | 46 | 74 | 505 | 125 | 25 |
| Binary | 1100101 | 1000 | 111111 | 0 | 1011100 | 100110 | 111100 | 101000101 | 1010101 | 10101 |
Color Harmonies of #65083F
Complementary color
Monochromatic Colors of #65083F
Black with #65083F
Text Example
Text Example
White with #65083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65083F; }
p { color: rgb(101,8,63); }
H1.HeaderClassName
{
color: #65083F;
}
.AnyTagClassName
{
color: #65083F;
}
</style>
background-color css
<style>
a { background-color: #65083F; }
a { background-color: rgb(101,8,63); }
div.DivClassName
{
background-color: #65083F;
}
.BgClassName
{
background-color: #65083F;
}
</style>
border-color css
<style>
span { border-color: #65083F; }
span { border-color: rgb(101,8,63); }
td.TdClassName
{
border-color: #65083F;
}
.TagClassName
{
border-color: #65083F;
}
</style>