Shades of Tyrian Purple #660033
Tints of Tyrian Purple #660033
RGB
CMYK
RGB Variations
Color information
#660033 (or 0x660033) is known color: Tyrian Purple. HEX triplet: 66, 00 and 33. RGB value is (102,0,51). Sum of RGB (Red+Green+Blue) = 102+0+51=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #660033 is a web safe color. Inversed color of #660033 is #99FFCC. Grayscale: #242424. Windows color (decimal): -10092493 or 3342438. OLE color: 3342438.
HSL color Cylindrical-coordinate representation of color #660033: hue angle of 330º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660033 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
RGB | 102 | 0 | 51 | - |
CMYK | 0 | 1 | 0.5 | 0.6 |
HSL | 330º | 1% | 0.2% | - |
HSV(B) | 330º | 1% | 0.4% | - |
XYZ | 6.08 | 3.06 | 3.4 | - |
YUV | 36.31 | 136.29 | 174.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 0 | 51 | 0 | 1 | 0.5 | 0.6 | 330 | 1 | 0.2 |
Hex | 66 | 0 | 33 | 0 | 64 | 32 | 3C | 14A | 64 | 14 |
Octal | 146 | 0 | 63 | 0 | 144 | 62 | 74 | 512 | 144 | 24 |
Binary | 1100110 | 0 | 110011 | 0 | 1100100 | 110010 | 111100 | 101001010 | 1100100 | 10100 |
Color Harmonies of #660033
Complementary color
Monochromatic Colors of #660033
Black with #660033
Text Example
Text Example
White with #660033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660033; }
p { color: rgb(102,0,51); }
H1.HeaderClassName
{
color: #660033;
}
.AnyTagClassName
{
color: #660033;
}
</style>
background-color css
<style>
a { background-color: #660033; }
a { background-color: rgb(102,0,51); }
div.DivClassName
{
background-color: #660033;
}
.BgClassName
{
background-color: #660033;
}
</style>
border-color css
<style>
span { border-color: #660033; }
span { border-color: rgb(102,0,51); }
td.TdClassName
{
border-color: #660033;
}
.TagClassName
{
border-color: #660033;
}
</style>