Shades of Tyrian Purple #660330
Tints of Tyrian Purple #660330
RGB
CMYK
RGB Variations
Color information
#660330 (or 0x660330) is known color: Tyrian Purple. HEX triplet: 66, 03 and 30. RGB value is (102,3,48). Sum of RGB (Red+Green+Blue) = 102+3+48=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #660330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660330 is #99FCCF. Grayscale: #252525. Windows color (decimal): -10091728 or 3146598. OLE color: 3146598.
HSL color Cylindrical-coordinate representation of color #660330: hue angle of 332.73º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660330 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 48 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.6 |
| HSL | 332.73º | 0.94% | 0.21% | - |
| HSV(B) | 332.73º | 0.97% | 0.4% | - |
| XYZ | 6.05 | 3.1 | 3.08 | - |
| YUV | 37.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 48 | 0 | 0.97 | 0.53 | 0.6 | 332.73 | 0.94 | 0.21 |
| Hex | 66 | 3 | 30 | 0 | 61 | 35 | 3C | 14D | 5E | 15 |
| Octal | 146 | 3 | 60 | 0 | 141 | 65 | 74 | 515 | 136 | 25 |
| Binary | 1100110 | 11 | 110000 | 0 | 1100001 | 110101 | 111100 | 101001101 | 1011110 | 10101 |
Color Harmonies of #660330
Complementary color
Monochromatic Colors of #660330
Black with #660330
Text Example
Text Example
White with #660330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660330; }
p { color: rgb(102,3,48); }
H1.HeaderClassName
{
color: #660330;
}
.AnyTagClassName
{
color: #660330;
}
</style>
background-color css
<style>
a { background-color: #660330; }
a { background-color: rgb(102,3,48); }
div.DivClassName
{
background-color: #660330;
}
.BgClassName
{
background-color: #660330;
}
</style>
border-color css
<style>
span { border-color: #660330; }
span { border-color: rgb(102,3,48); }
td.TdClassName
{
border-color: #660330;
}
.TagClassName
{
border-color: #660330;
}
</style>