Shades of Tyrian Purple #660735
Tints of Tyrian Purple #660735
RGB
CMYK
RGB Variations
Color information
#660735 (or 0x660735) is known color: Tyrian Purple. HEX triplet: 66, 07 and 35. RGB value is (102,7,53). Sum of RGB (Red+Green+Blue) = 102+7+53=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #660735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660735 is #99F8CA. Grayscale: #282828. Windows color (decimal): -10090699 or 3475302. OLE color: 3475302.
HSL color Cylindrical-coordinate representation of color #660735: hue angle of 330.95º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660735 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 53 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.6 |
| HSL | 330.95º | 0.87% | 0.21% | - |
| HSV(B) | 330.95º | 0.93% | 0.4% | - |
| XYZ | 6.2 | 3.23 | 3.67 | - |
| YUV | 40.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 53 | 0 | 0.93 | 0.48 | 0.6 | 330.95 | 0.87 | 0.21 |
| Hex | 66 | 7 | 35 | 0 | 5D | 30 | 3C | 14B | 57 | 15 |
| Octal | 146 | 7 | 65 | 0 | 135 | 60 | 74 | 513 | 127 | 25 |
| Binary | 1100110 | 111 | 110101 | 0 | 1011101 | 110000 | 111100 | 101001011 | 1010111 | 10101 |
Color Harmonies of #660735
Complementary color
Monochromatic Colors of #660735
Black with #660735
Text Example
Text Example
White with #660735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660735; }
p { color: rgb(102,7,53); }
H1.HeaderClassName
{
color: #660735;
}
.AnyTagClassName
{
color: #660735;
}
</style>
background-color css
<style>
a { background-color: #660735; }
a { background-color: rgb(102,7,53); }
div.DivClassName
{
background-color: #660735;
}
.BgClassName
{
background-color: #660735;
}
</style>
border-color css
<style>
span { border-color: #660735; }
span { border-color: rgb(102,7,53); }
td.TdClassName
{
border-color: #660735;
}
.TagClassName
{
border-color: #660735;
}
</style>