Shades of Tyrian Purple #660358
Tints of Tyrian Purple #660358
RGB
CMYK
RGB Variations
Color information
#660358 (or 0x660358) is known color: Tyrian Purple. HEX triplet: 66, 03 and 58. RGB value is (102,3,88). Sum of RGB (Red+Green+Blue) = 102+3+88=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #660358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660358 is #99FCA7. Grayscale: #2A2A2A. Windows color (decimal): -10091688 or 5768038. OLE color: 5768038.
HSL color Cylindrical-coordinate representation of color #660358: hue angle of 308.48º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660358 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 88 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.6 |
| HSL | 308.48º | 0.94% | 0.21% | - |
| HSV(B) | 308.48º | 0.97% | 0.4% | - |
| XYZ | 7.27 | 3.59 | 9.54 | - |
| YUV | 42.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 88 | 0 | 0.97 | 0.14 | 0.6 | 308.48 | 0.94 | 0.21 |
| Hex | 66 | 3 | 58 | 0 | 61 | E | 3C | 134 | 5E | 15 |
| Octal | 146 | 3 | 130 | 0 | 141 | 16 | 74 | 464 | 136 | 25 |
| Binary | 1100110 | 11 | 1011000 | 0 | 1100001 | 1110 | 111100 | 100110100 | 1011110 | 10101 |
Color Harmonies of #660358
Complementary color
Monochromatic Colors of #660358
Black with #660358
Text Example
Text Example
White with #660358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660358; }
p { color: rgb(102,3,88); }
H1.HeaderClassName
{
color: #660358;
}
.AnyTagClassName
{
color: #660358;
}
</style>
background-color css
<style>
a { background-color: #660358; }
a { background-color: rgb(102,3,88); }
div.DivClassName
{
background-color: #660358;
}
.BgClassName
{
background-color: #660358;
}
</style>
border-color css
<style>
span { border-color: #660358; }
span { border-color: rgb(102,3,88); }
td.TdClassName
{
border-color: #660358;
}
.TagClassName
{
border-color: #660358;
}
</style>