Shades of Tyrian Purple #66033F
Tints of Tyrian Purple #66033F
RGB
CMYK
RGB Variations
Color information
#66033F (or 0x66033F) is known color: Tyrian Purple. HEX triplet: 66, 03 and 3F. RGB value is (102,3,63). Sum of RGB (Red+Green+Blue) = 102+3+63=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66033F is #99FCC0. Grayscale: #272727. Windows color (decimal): -10091713 or 4129638. OLE color: 4129638.
HSL color Cylindrical-coordinate representation of color #66033F: hue angle of 323.64º 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 #66033F is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 63 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.6 |
| HSL | 323.64º | 0.94% | 0.21% | - |
| HSV(B) | 323.64º | 0.97% | 0.4% | - |
| XYZ | 6.41 | 3.25 | 4.99 | - |
| YUV | 39.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 63 | 0 | 0.97 | 0.38 | 0.6 | 323.64 | 0.94 | 0.21 |
| Hex | 66 | 3 | 3F | 0 | 61 | 26 | 3C | 144 | 5E | 15 |
| Octal | 146 | 3 | 77 | 0 | 141 | 46 | 74 | 504 | 136 | 25 |
| Binary | 1100110 | 11 | 111111 | 0 | 1100001 | 100110 | 111100 | 101000100 | 1011110 | 10101 |
Color Harmonies of #66033F
Complementary color
Monochromatic Colors of #66033F
Black with #66033F
Text Example
Text Example
White with #66033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66033F; }
p { color: rgb(102,3,63); }
H1.HeaderClassName
{
color: #66033F;
}
.AnyTagClassName
{
color: #66033F;
}
</style>
background-color css
<style>
a { background-color: #66033F; }
a { background-color: rgb(102,3,63); }
div.DivClassName
{
background-color: #66033F;
}
.BgClassName
{
background-color: #66033F;
}
</style>
border-color css
<style>
span { border-color: #66033F; }
span { border-color: rgb(102,3,63); }
td.TdClassName
{
border-color: #66033F;
}
.TagClassName
{
border-color: #66033F;
}
</style>