Shades of Tyrian Purple #6A0330
Tints of Tyrian Purple #6A0330
RGB
CMYK
RGB Variations
Color information
#6A0330 (or 0x6A0330) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 30. RGB value is (106,3,48). Sum of RGB (Red+Green+Blue) = 106+3+48=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0330 is #95FCCF. Grayscale: #262626. Windows color (decimal): -9829584 or 3146602. OLE color: 3146602.
HSL color Cylindrical-coordinate representation of color #6A0330: hue angle of 333.79º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0330 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 48 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.58 |
| HSL | 333.79º | 0.94% | 0.21% | - |
| HSV(B) | 333.79º | 0.97% | 0.42% | - |
| XYZ | 6.51 | 3.34 | 3.1 | - |
| YUV | 38.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 48 | 0 | 0.97 | 0.55 | 0.58 | 333.79 | 0.94 | 0.21 |
| Hex | 6A | 3 | 30 | 0 | 61 | 37 | 3A | 14E | 5E | 15 |
| Octal | 152 | 3 | 60 | 0 | 141 | 67 | 72 | 516 | 136 | 25 |
| Binary | 1101010 | 11 | 110000 | 0 | 1100001 | 110111 | 111010 | 101001110 | 1011110 | 10101 |
Color Harmonies of #6A0330
Complementary color
Monochromatic Colors of #6A0330
Black with #6A0330
Text Example
Text Example
White with #6A0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0330; }
p { color: rgb(106,3,48); }
H1.HeaderClassName
{
color: #6A0330;
}
.AnyTagClassName
{
color: #6A0330;
}
</style>
background-color css
<style>
a { background-color: #6A0330; }
a { background-color: rgb(106,3,48); }
div.DivClassName
{
background-color: #6A0330;
}
.BgClassName
{
background-color: #6A0330;
}
</style>
border-color css
<style>
span { border-color: #6A0330; }
span { border-color: rgb(106,3,48); }
td.TdClassName
{
border-color: #6A0330;
}
.TagClassName
{
border-color: #6A0330;
}
</style>