Shades of Tyrian Purple #66023F
Tints of Tyrian Purple #66023F
RGB
CMYK
RGB Variations
Color information
#66023F (or 0x66023F) is known color: Tyrian Purple. HEX triplet: 66, 02 and 3F. RGB value is (102,2,63). Sum of RGB (Red+Green+Blue) = 102+2+63=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66023F is #99FDC0. Grayscale: #262626. Windows color (decimal): -10091969 or 4129382. OLE color: 4129382.
HSL color Cylindrical-coordinate representation of color #66023F: hue angle of 323.4º 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 #66023F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 63 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.6 |
| HSL | 323.4º | 0.96% | 0.2% | - |
| HSV(B) | 323.4º | 0.98% | 0.4% | - |
| XYZ | 6.4 | 3.23 | 4.99 | - |
| YUV | 38.85 | 141.63 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 63 | 0 | 0.98 | 0.38 | 0.6 | 323.4 | 0.96 | 0.2 |
| Hex | 66 | 2 | 3F | 0 | 62 | 26 | 3C | 143 | 60 | 14 |
| Octal | 146 | 2 | 77 | 0 | 142 | 46 | 74 | 503 | 140 | 24 |
| Binary | 1100110 | 10 | 111111 | 0 | 1100010 | 100110 | 111100 | 101000011 | 1100000 | 10100 |
Color Harmonies of #66023F
Complementary color
Monochromatic Colors of #66023F
Black with #66023F
Text Example
Text Example
White with #66023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66023F; }
p { color: rgb(102,2,63); }
H1.HeaderClassName
{
color: #66023F;
}
.AnyTagClassName
{
color: #66023F;
}
</style>
background-color css
<style>
a { background-color: #66023F; }
a { background-color: rgb(102,2,63); }
div.DivClassName
{
background-color: #66023F;
}
.BgClassName
{
background-color: #66023F;
}
</style>
border-color css
<style>
span { border-color: #66023F; }
span { border-color: rgb(102,2,63); }
td.TdClassName
{
border-color: #66023F;
}
.TagClassName
{
border-color: #66023F;
}
</style>