Shades of Tyrian Purple #66023C
Tints of Tyrian Purple #66023C
RGB
CMYK
RGB Variations
Color information
#66023C (or 0x66023C) is known color: Tyrian Purple. HEX triplet: 66, 02 and 3C. RGB value is (102,2,60). Sum of RGB (Red+Green+Blue) = 102+2+60=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66023C is #99FDC3. Grayscale: #262626. Windows color (decimal): -10091972 or 3932774. OLE color: 3932774.
HSL color Cylindrical-coordinate representation of color #66023C: hue angle of 325.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66023C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.6 |
| HSL | 325.2º | 0.96% | 0.2% | - |
| HSV(B) | 325.2º | 0.98% | 0.4% | - |
| XYZ | 6.32 | 3.19 | 4.56 | - |
| YUV | 38.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 60 | 0 | 0.98 | 0.41 | 0.6 | 325.2 | 0.96 | 0.2 |
| Hex | 66 | 2 | 3C | 0 | 62 | 29 | 3C | 145 | 60 | 14 |
| Octal | 146 | 2 | 74 | 0 | 142 | 51 | 74 | 505 | 140 | 24 |
| Binary | 1100110 | 10 | 111100 | 0 | 1100010 | 101001 | 111100 | 101000101 | 1100000 | 10100 |
Color Harmonies of #66023C
Complementary color
Monochromatic Colors of #66023C
Black with #66023C
Text Example
Text Example
White with #66023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66023C; }
p { color: rgb(102,2,60); }
H1.HeaderClassName
{
color: #66023C;
}
.AnyTagClassName
{
color: #66023C;
}
</style>
background-color css
<style>
a { background-color: #66023C; }
a { background-color: rgb(102,2,60); }
div.DivClassName
{
background-color: #66023C;
}
.BgClassName
{
background-color: #66023C;
}
</style>
border-color css
<style>
span { border-color: #66023C; }
span { border-color: rgb(102,2,60); }
td.TdClassName
{
border-color: #66023C;
}
.TagClassName
{
border-color: #66023C;
}
</style>