Shades of Tyrian Purple #660B30
Tints of Tyrian Purple #660B30
RGB
CMYK
RGB Variations
Color information
#660B30 (or 0x660B30) is known color: Tyrian Purple. HEX triplet: 66, 0B and 30. RGB value is (102,11,48). Sum of RGB (Red+Green+Blue) = 102+11+48=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #660B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B30 is #99F4CF. Grayscale: #2A2A2A. Windows color (decimal): -10089680 or 3148646. OLE color: 3148646.
HSL color Cylindrical-coordinate representation of color #660B30: hue angle of 335.6º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660B30 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 11 | 48 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.6 |
| HSL | 335.6º | 0.81% | 0.22% | - |
| HSV(B) | 335.6º | 0.89% | 0.4% | - |
| XYZ | 6.13 | 3.28 | 3.11 | - |
| YUV | 42.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 48 | 0 | 0.89 | 0.53 | 0.6 | 335.6 | 0.81 | 0.22 |
| Hex | 66 | B | 30 | 0 | 59 | 35 | 3C | 150 | 51 | 16 |
| Octal | 146 | 13 | 60 | 0 | 131 | 65 | 74 | 520 | 121 | 26 |
| Binary | 1100110 | 1011 | 110000 | 0 | 1011001 | 110101 | 111100 | 101010000 | 1010001 | 10110 |
Color Harmonies of #660B30
Complementary color
Monochromatic Colors of #660B30
Black with #660B30
Text Example
Text Example
White with #660B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B30; }
p { color: rgb(102,11,48); }
H1.HeaderClassName
{
color: #660B30;
}
.AnyTagClassName
{
color: #660B30;
}
</style>
background-color css
<style>
a { background-color: #660B30; }
a { background-color: rgb(102,11,48); }
div.DivClassName
{
background-color: #660B30;
}
.BgClassName
{
background-color: #660B30;
}
</style>
border-color css
<style>
span { border-color: #660B30; }
span { border-color: rgb(102,11,48); }
td.TdClassName
{
border-color: #660B30;
}
.TagClassName
{
border-color: #660B30;
}
</style>