Shades of Tyrian Purple #660F3B
Tints of Tyrian Purple #660F3B
RGB
CMYK
RGB Variations
Color information
#660F3B (or 0x660F3B) is known color: Tyrian Purple. HEX triplet: 66, 0F and 3B. RGB value is (102,15,59). Sum of RGB (Red+Green+Blue) = 102+15+59=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F3B is #99F0C4. Grayscale: #2D2D2D. Windows color (decimal): -10088645 or 3870566. OLE color: 3870566.
HSL color Cylindrical-coordinate representation of color #660F3B: hue angle of 329.66º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F3B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 59 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.6 |
| HSL | 329.66º | 0.74% | 0.23% | - |
| HSV(B) | 329.66º | 0.85% | 0.4% | - |
| XYZ | 6.44 | 3.48 | 4.47 | - |
| YUV | 46.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 59 | 0 | 0.85 | 0.42 | 0.6 | 329.66 | 0.74 | 0.23 |
| Hex | 66 | F | 3B | 0 | 55 | 2A | 3C | 14A | 4A | 17 |
| Octal | 146 | 17 | 73 | 0 | 125 | 52 | 74 | 512 | 112 | 27 |
| Binary | 1100110 | 1111 | 111011 | 0 | 1010101 | 101010 | 111100 | 101001010 | 1001010 | 10111 |
Color Harmonies of #660F3B
Complementary color
Monochromatic Colors of #660F3B
Black with #660F3B
Text Example
Text Example
White with #660F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F3B; }
p { color: rgb(102,15,59); }
H1.HeaderClassName
{
color: #660F3B;
}
.AnyTagClassName
{
color: #660F3B;
}
</style>
background-color css
<style>
a { background-color: #660F3B; }
a { background-color: rgb(102,15,59); }
div.DivClassName
{
background-color: #660F3B;
}
.BgClassName
{
background-color: #660F3B;
}
</style>
border-color css
<style>
span { border-color: #660F3B; }
span { border-color: rgb(102,15,59); }
td.TdClassName
{
border-color: #660F3B;
}
.TagClassName
{
border-color: #660F3B;
}
</style>