Shades of Tyrian Purple #66023D
Tints of Tyrian Purple #66023D
RGB
CMYK
RGB Variations
Color information
#66023D (or 0x66023D) is known color: Tyrian Purple. HEX triplet: 66, 02 and 3D. RGB value is (102,2,61). Sum of RGB (Red+Green+Blue) = 102+2+61=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66023D is #99FDC2. Grayscale: #262626. Windows color (decimal): -10091971 or 3998310. OLE color: 3998310.
HSL color Cylindrical-coordinate representation of color #66023D: hue angle of 324.6º 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 #66023D is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.6 |
| HSL | 324.6º | 0.96% | 0.2% | - |
| HSV(B) | 324.6º | 0.98% | 0.4% | - |
| XYZ | 6.34 | 3.21 | 4.7 | - |
| YUV | 38.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 61 | 0 | 0.98 | 0.40 | 0.6 | 324.6 | 0.96 | 0.2 |
| Hex | 66 | 2 | 3D | 0 | 62 | 28 | 3C | 145 | 60 | 14 |
| Octal | 146 | 2 | 75 | 0 | 142 | 50 | 74 | 505 | 140 | 24 |
| Binary | 1100110 | 10 | 111101 | 0 | 1100010 | 101000 | 111100 | 101000101 | 1100000 | 10100 |
Color Harmonies of #66023D
Complementary color
Monochromatic Colors of #66023D
Black with #66023D
Text Example
Text Example
White with #66023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66023D; }
p { color: rgb(102,2,61); }
H1.HeaderClassName
{
color: #66023D;
}
.AnyTagClassName
{
color: #66023D;
}
</style>
background-color css
<style>
a { background-color: #66023D; }
a { background-color: rgb(102,2,61); }
div.DivClassName
{
background-color: #66023D;
}
.BgClassName
{
background-color: #66023D;
}
</style>
border-color css
<style>
span { border-color: #66023D; }
span { border-color: rgb(102,2,61); }
td.TdClassName
{
border-color: #66023D;
}
.TagClassName
{
border-color: #66023D;
}
</style>