Shades of Tyrian Purple #660930
Tints of Tyrian Purple #660930
RGB
CMYK
RGB Variations
Color information
#660930 (or 0x660930) is known color: Tyrian Purple. HEX triplet: 66, 09 and 30. RGB value is (102,9,48). Sum of RGB (Red+Green+Blue) = 102+9+48=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #660930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660930 is #99F6CF. Grayscale: #292929. Windows color (decimal): -10090192 or 3148134. OLE color: 3148134.
HSL color Cylindrical-coordinate representation of color #660930: hue angle of 334.84º 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 #660930 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 48 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.6 |
| HSL | 334.84º | 0.84% | 0.22% | - |
| HSV(B) | 334.84º | 0.91% | 0.4% | - |
| XYZ | 6.11 | 3.23 | 3.1 | - |
| YUV | 41.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 48 | 0 | 0.91 | 0.53 | 0.6 | 334.84 | 0.84 | 0.22 |
| Hex | 66 | 9 | 30 | 0 | 5B | 35 | 3C | 14F | 54 | 16 |
| Octal | 146 | 11 | 60 | 0 | 133 | 65 | 74 | 517 | 124 | 26 |
| Binary | 1100110 | 1001 | 110000 | 0 | 1011011 | 110101 | 111100 | 101001111 | 1010100 | 10110 |
Color Harmonies of #660930
Complementary color
Monochromatic Colors of #660930
Black with #660930
Text Example
Text Example
White with #660930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660930; }
p { color: rgb(102,9,48); }
H1.HeaderClassName
{
color: #660930;
}
.AnyTagClassName
{
color: #660930;
}
</style>
background-color css
<style>
a { background-color: #660930; }
a { background-color: rgb(102,9,48); }
div.DivClassName
{
background-color: #660930;
}
.BgClassName
{
background-color: #660930;
}
</style>
border-color css
<style>
span { border-color: #660930; }
span { border-color: rgb(102,9,48); }
td.TdClassName
{
border-color: #660930;
}
.TagClassName
{
border-color: #660930;
}
</style>