Shades of Tyrian Purple #660A3F
Tints of Tyrian Purple #660A3F
RGB
CMYK
RGB Variations
Color information
#660A3F (or 0x660A3F) is known color: Tyrian Purple. HEX triplet: 66, 0A and 3F. RGB value is (102,10,63). Sum of RGB (Red+Green+Blue) = 102+10+63=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #660A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A3F is #99F5C0. Grayscale: #2B2B2B. Windows color (decimal): -10089921 or 4131430. OLE color: 4131430.
HSL color Cylindrical-coordinate representation of color #660A3F: hue angle of 325.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A3F is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 63 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.6 |
| HSL | 325.43º | 0.82% | 0.22% | - |
| HSV(B) | 325.43º | 0.9% | 0.4% | - |
| XYZ | 6.49 | 3.4 | 5.02 | - |
| YUV | 43.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 63 | 0 | 0.90 | 0.38 | 0.6 | 325.43 | 0.82 | 0.22 |
| Hex | 66 | A | 3F | 0 | 5A | 26 | 3C | 145 | 52 | 16 |
| Octal | 146 | 12 | 77 | 0 | 132 | 46 | 74 | 505 | 122 | 26 |
| Binary | 1100110 | 1010 | 111111 | 0 | 1011010 | 100110 | 111100 | 101000101 | 1010010 | 10110 |
Color Harmonies of #660A3F
Complementary color
Monochromatic Colors of #660A3F
Black with #660A3F
Text Example
Text Example
White with #660A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A3F; }
p { color: rgb(102,10,63); }
H1.HeaderClassName
{
color: #660A3F;
}
.AnyTagClassName
{
color: #660A3F;
}
</style>
background-color css
<style>
a { background-color: #660A3F; }
a { background-color: rgb(102,10,63); }
div.DivClassName
{
background-color: #660A3F;
}
.BgClassName
{
background-color: #660A3F;
}
</style>
border-color css
<style>
span { border-color: #660A3F; }
span { border-color: rgb(102,10,63); }
td.TdClassName
{
border-color: #660A3F;
}
.TagClassName
{
border-color: #660A3F;
}
</style>