Shades of Tyrian Purple #66013C
Tints of Tyrian Purple #66013C
RGB
CMYK
RGB Variations
Color information
#66013C (or 0x66013C) is known color: Tyrian Purple. HEX triplet: 66, 01 and 3C. RGB value is (102,1,60). Sum of RGB (Red+Green+Blue) = 102+1+60=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66013C is #99FEC3. Grayscale: #252525. Windows color (decimal): -10092228 or 3932518. OLE color: 3932518.
HSL color Cylindrical-coordinate representation of color #66013C: hue angle of 324.95º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66013C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.6 |
| HSL | 324.95º | 0.98% | 0.2% | - |
| HSV(B) | 324.95º | 0.99% | 0.4% | - |
| XYZ | 6.31 | 3.17 | 4.56 | - |
| YUV | 37.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 60 | 0 | 0.99 | 0.41 | 0.6 | 324.95 | 0.98 | 0.2 |
| Hex | 66 | 1 | 3C | 0 | 63 | 29 | 3C | 145 | 62 | 14 |
| Octal | 146 | 1 | 74 | 0 | 143 | 51 | 74 | 505 | 142 | 24 |
| Binary | 1100110 | 1 | 111100 | 0 | 1100011 | 101001 | 111100 | 101000101 | 1100010 | 10100 |
Color Harmonies of #66013C
Complementary color
Monochromatic Colors of #66013C
Black with #66013C
Text Example
Text Example
White with #66013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66013C; }
p { color: rgb(102,1,60); }
H1.HeaderClassName
{
color: #66013C;
}
.AnyTagClassName
{
color: #66013C;
}
</style>
background-color css
<style>
a { background-color: #66013C; }
a { background-color: rgb(102,1,60); }
div.DivClassName
{
background-color: #66013C;
}
.BgClassName
{
background-color: #66013C;
}
</style>
border-color css
<style>
span { border-color: #66013C; }
span { border-color: rgb(102,1,60); }
td.TdClassName
{
border-color: #66013C;
}
.TagClassName
{
border-color: #66013C;
}
</style>