Shades of Tyrian Purple #66015A
Tints of Tyrian Purple #66015A
RGB
CMYK
RGB Variations
Color information
#66015A (or 0x66015A) is known color: Tyrian Purple. HEX triplet: 66, 01 and 5A. RGB value is (102,1,90). Sum of RGB (Red+Green+Blue) = 102+1+90=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #66015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66015A is #99FEA5. Grayscale: #292929. Windows color (decimal): -10092198 or 5898598. OLE color: 5898598.
HSL color Cylindrical-coordinate representation of color #66015A: hue angle of 307.13º 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 #66015A is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.6 |
| HSL | 307.13º | 0.98% | 0.2% | - |
| HSV(B) | 307.13º | 0.99% | 0.4% | - |
| XYZ | 7.34 | 3.58 | 9.98 | - |
| YUV | 41.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 90 | 0 | 0.99 | 0.12 | 0.6 | 307.13 | 0.98 | 0.2 |
| Hex | 66 | 1 | 5A | 0 | 63 | C | 3C | 133 | 62 | 14 |
| Octal | 146 | 1 | 132 | 0 | 143 | 14 | 74 | 463 | 142 | 24 |
| Binary | 1100110 | 1 | 1011010 | 0 | 1100011 | 1100 | 111100 | 100110011 | 1100010 | 10100 |
Color Harmonies of #66015A
Complementary color
Monochromatic Colors of #66015A
Black with #66015A
Text Example
Text Example
White with #66015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66015A; }
p { color: rgb(102,1,90); }
H1.HeaderClassName
{
color: #66015A;
}
.AnyTagClassName
{
color: #66015A;
}
</style>
background-color css
<style>
a { background-color: #66015A; }
a { background-color: rgb(102,1,90); }
div.DivClassName
{
background-color: #66015A;
}
.BgClassName
{
background-color: #66015A;
}
</style>
border-color css
<style>
span { border-color: #66015A; }
span { border-color: rgb(102,1,90); }
td.TdClassName
{
border-color: #66015A;
}
.TagClassName
{
border-color: #66015A;
}
</style>