Shades of Tyrian Purple #66033C
Tints of Tyrian Purple #66033C
RGB
CMYK
RGB Variations
Color information
#66033C (or 0x66033C) is known color: Tyrian Purple. HEX triplet: 66, 03 and 3C. RGB value is (102,3,60). Sum of RGB (Red+Green+Blue) = 102+3+60=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66033C is #99FCC3. Grayscale: #262626. Windows color (decimal): -10091716 or 3933030. OLE color: 3933030.
HSL color Cylindrical-coordinate representation of color #66033C: hue angle of 325.45º 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 #66033C is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 60 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.6 |
| HSL | 325.45º | 0.94% | 0.21% | - |
| HSV(B) | 325.45º | 0.97% | 0.4% | - |
| XYZ | 6.33 | 3.22 | 4.56 | - |
| YUV | 39.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 60 | 0 | 0.97 | 0.41 | 0.6 | 325.45 | 0.94 | 0.21 |
| Hex | 66 | 3 | 3C | 0 | 61 | 29 | 3C | 145 | 5E | 15 |
| Octal | 146 | 3 | 74 | 0 | 141 | 51 | 74 | 505 | 136 | 25 |
| Binary | 1100110 | 11 | 111100 | 0 | 1100001 | 101001 | 111100 | 101000101 | 1011110 | 10101 |
Color Harmonies of #66033C
Complementary color
Monochromatic Colors of #66033C
Black with #66033C
Text Example
Text Example
White with #66033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66033C; }
p { color: rgb(102,3,60); }
H1.HeaderClassName
{
color: #66033C;
}
.AnyTagClassName
{
color: #66033C;
}
</style>
background-color css
<style>
a { background-color: #66033C; }
a { background-color: rgb(102,3,60); }
div.DivClassName
{
background-color: #66033C;
}
.BgClassName
{
background-color: #66033C;
}
</style>
border-color css
<style>
span { border-color: #66033C; }
span { border-color: rgb(102,3,60); }
td.TdClassName
{
border-color: #66033C;
}
.TagClassName
{
border-color: #66033C;
}
</style>