Shades of Tyrian Purple #66033B
Tints of Tyrian Purple #66033B
RGB
CMYK
RGB Variations
Color information
#66033B (or 0x66033B) is known color: Tyrian Purple. HEX triplet: 66, 03 and 3B. RGB value is (102,3,59). Sum of RGB (Red+Green+Blue) = 102+3+59=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66033B is #99FCC4. Grayscale: #262626. Windows color (decimal): -10091717 or 3867494. OLE color: 3867494.
HSL color Cylindrical-coordinate representation of color #66033B: hue angle of 326.06º 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 #66033B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 59 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.6 |
| HSL | 326.06º | 0.94% | 0.21% | - |
| HSV(B) | 326.06º | 0.97% | 0.4% | - |
| XYZ | 6.3 | 3.21 | 4.42 | - |
| YUV | 38.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 59 | 0 | 0.97 | 0.42 | 0.6 | 326.06 | 0.94 | 0.21 |
| Hex | 66 | 3 | 3B | 0 | 61 | 2A | 3C | 146 | 5E | 15 |
| Octal | 146 | 3 | 73 | 0 | 141 | 52 | 74 | 506 | 136 | 25 |
| Binary | 1100110 | 11 | 111011 | 0 | 1100001 | 101010 | 111100 | 101000110 | 1011110 | 10101 |
Color Harmonies of #66033B
Complementary color
Monochromatic Colors of #66033B
Black with #66033B
Text Example
Text Example
White with #66033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66033B; }
p { color: rgb(102,3,59); }
H1.HeaderClassName
{
color: #66033B;
}
.AnyTagClassName
{
color: #66033B;
}
</style>
background-color css
<style>
a { background-color: #66033B; }
a { background-color: rgb(102,3,59); }
div.DivClassName
{
background-color: #66033B;
}
.BgClassName
{
background-color: #66033B;
}
</style>
border-color css
<style>
span { border-color: #66033B; }
span { border-color: rgb(102,3,59); }
td.TdClassName
{
border-color: #66033B;
}
.TagClassName
{
border-color: #66033B;
}
</style>