Shades of Tyrian Purple #66013F
Tints of Tyrian Purple #66013F
RGB
CMYK
RGB Variations
Color information
#66013F (or 0x66013F) is known color: Tyrian Purple. HEX triplet: 66, 01 and 3F. RGB value is (102,1,63). Sum of RGB (Red+Green+Blue) = 102+1+63=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66013F is #99FEC0. Grayscale: #262626. Windows color (decimal): -10092225 or 4129126. OLE color: 4129126.
HSL color Cylindrical-coordinate representation of color #66013F: hue angle of 323.17º 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 #66013F is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.6 |
| HSL | 323.17º | 0.98% | 0.2% | - |
| HSV(B) | 323.17º | 0.99% | 0.4% | - |
| XYZ | 6.39 | 3.21 | 4.98 | - |
| YUV | 38.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 63 | 0 | 0.99 | 0.38 | 0.6 | 323.17 | 0.98 | 0.2 |
| Hex | 66 | 1 | 3F | 0 | 63 | 26 | 3C | 143 | 62 | 14 |
| Octal | 146 | 1 | 77 | 0 | 143 | 46 | 74 | 503 | 142 | 24 |
| Binary | 1100110 | 1 | 111111 | 0 | 1100011 | 100110 | 111100 | 101000011 | 1100010 | 10100 |
Color Harmonies of #66013F
Complementary color
Monochromatic Colors of #66013F
Black with #66013F
Text Example
Text Example
White with #66013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66013F; }
p { color: rgb(102,1,63); }
H1.HeaderClassName
{
color: #66013F;
}
.AnyTagClassName
{
color: #66013F;
}
</style>
background-color css
<style>
a { background-color: #66013F; }
a { background-color: rgb(102,1,63); }
div.DivClassName
{
background-color: #66013F;
}
.BgClassName
{
background-color: #66013F;
}
</style>
border-color css
<style>
span { border-color: #66013F; }
span { border-color: rgb(102,1,63); }
td.TdClassName
{
border-color: #66013F;
}
.TagClassName
{
border-color: #66013F;
}
</style>