Shades of Tyrian Purple #660248
Tints of Tyrian Purple #660248
RGB
CMYK
RGB Variations
Color information
#660248 (or 0x660248) is known color: Tyrian Purple. HEX triplet: 66, 02 and 48. RGB value is (102,2,72). Sum of RGB (Red+Green+Blue) = 102+2+72=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #660248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660248 is #99FDB7. Grayscale: #272727. Windows color (decimal): -10091960 or 4719206. OLE color: 4719206.
HSL color Cylindrical-coordinate representation of color #660248: hue angle of 318º 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 #660248 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 72 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.6 |
| HSL | 318º | 0.96% | 0.2% | - |
| HSV(B) | 318º | 0.98% | 0.4% | - |
| XYZ | 6.67 | 3.34 | 6.42 | - |
| YUV | 39.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 72 | 0 | 0.98 | 0.29 | 0.6 | 318 | 0.96 | 0.2 |
| Hex | 66 | 2 | 48 | 0 | 62 | 1D | 3C | 13E | 60 | 14 |
| Octal | 146 | 2 | 110 | 0 | 142 | 35 | 74 | 476 | 140 | 24 |
| Binary | 1100110 | 10 | 1001000 | 0 | 1100010 | 11101 | 111100 | 100111110 | 1100000 | 10100 |
Color Harmonies of #660248
Complementary color
Monochromatic Colors of #660248
Black with #660248
Text Example
Text Example
White with #660248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660248; }
p { color: rgb(102,2,72); }
H1.HeaderClassName
{
color: #660248;
}
.AnyTagClassName
{
color: #660248;
}
</style>
background-color css
<style>
a { background-color: #660248; }
a { background-color: rgb(102,2,72); }
div.DivClassName
{
background-color: #660248;
}
.BgClassName
{
background-color: #660248;
}
</style>
border-color css
<style>
span { border-color: #660248; }
span { border-color: rgb(102,2,72); }
td.TdClassName
{
border-color: #660248;
}
.TagClassName
{
border-color: #660248;
}
</style>