Shades of Tyrian Purple #650035
Tints of Tyrian Purple #650035
RGB
CMYK
RGB Variations
Color information
#650035 (or 0x650035) is known color: Tyrian Purple. HEX triplet: 65, 00 and 35. RGB value is (101,0,53). Sum of RGB (Red+Green+Blue) = 101+0+53=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #650035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650035 is #9AFFCA. Grayscale: #242424. Windows color (decimal): -10158027 or 3473509. OLE color: 3473509.
HSL color Cylindrical-coordinate representation of color #650035: hue angle of 328.51º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650035 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.48 | 0.60 |
| HSL | 328.51º | 1% | 0.2% | - |
| HSV(B) | 328.51º | 1% | 0.4% | - |
| XYZ | 6.01 | 3.02 | 3.64 | - |
| YUV | 36.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 53 | 0 | 1 | 0.48 | 0.60 | 328.51 | 1 | 0.2 |
| Hex | 65 | 0 | 35 | 0 | 64 | 30 | 3C | 149 | 64 | 14 |
| Octal | 145 | 0 | 65 | 0 | 144 | 60 | 74 | 511 | 144 | 24 |
| Binary | 1100101 | 0 | 110101 | 0 | 1100100 | 110000 | 111100 | 101001001 | 1100100 | 10100 |
Color Harmonies of #650035
Complementary color
Monochromatic Colors of #650035
Black with #650035
Text Example
Text Example
White with #650035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650035; }
p { color: rgb(101,0,53); }
H1.HeaderClassName
{
color: #650035;
}
.AnyTagClassName
{
color: #650035;
}
</style>
background-color css
<style>
a { background-color: #650035; }
a { background-color: rgb(101,0,53); }
div.DivClassName
{
background-color: #650035;
}
.BgClassName
{
background-color: #650035;
}
</style>
border-color css
<style>
span { border-color: #650035; }
span { border-color: rgb(101,0,53); }
td.TdClassName
{
border-color: #650035;
}
.TagClassName
{
border-color: #650035;
}
</style>