Shades of Tyrian Purple #651035
Tints of Tyrian Purple #651035
RGB
CMYK
RGB Variations
Color information
#651035 (or 0x651035) is known color: Tyrian Purple. HEX triplet: 65, 10 and 35. RGB value is (101,16,53). Sum of RGB (Red+Green+Blue) = 101+16+53=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #651035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651035 is #9AEFCA. Grayscale: #2D2D2D. Windows color (decimal): -10153931 or 3477605. OLE color: 3477605.
HSL color Cylindrical-coordinate representation of color #651035: hue angle of 333.88º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651035 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 16 | 53 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.60 |
| HSL | 333.88º | 0.73% | 0.23% | - |
| HSV(B) | 333.88º | 0.84% | 0.4% | - |
| XYZ | 6.19 | 3.39 | 3.7 | - |
| YUV | 45.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 53 | 0 | 0.84 | 0.48 | 0.60 | 333.88 | 0.73 | 0.23 |
| Hex | 65 | 10 | 35 | 0 | 54 | 30 | 3C | 14E | 49 | 17 |
| Octal | 145 | 20 | 65 | 0 | 124 | 60 | 74 | 516 | 111 | 27 |
| Binary | 1100101 | 10000 | 110101 | 0 | 1010100 | 110000 | 111100 | 101001110 | 1001001 | 10111 |
Color Harmonies of #651035
Complementary color
Monochromatic Colors of #651035
Black with #651035
Text Example
Text Example
White with #651035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651035; }
p { color: rgb(101,16,53); }
H1.HeaderClassName
{
color: #651035;
}
.AnyTagClassName
{
color: #651035;
}
</style>
background-color css
<style>
a { background-color: #651035; }
a { background-color: rgb(101,16,53); }
div.DivClassName
{
background-color: #651035;
}
.BgClassName
{
background-color: #651035;
}
</style>
border-color css
<style>
span { border-color: #651035; }
span { border-color: rgb(101,16,53); }
td.TdClassName
{
border-color: #651035;
}
.TagClassName
{
border-color: #651035;
}
</style>