Shades of Tyrian Purple #6A0753
Tints of Tyrian Purple #6A0753
RGB
CMYK
RGB Variations
Color information
#6A0753 (or 0x6A0753) is known color: Tyrian Purple. HEX triplet: 6A, 07 and 53. RGB value is (106,7,83). Sum of RGB (Red+Green+Blue) = 106+7+83=196 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.08% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0753 is #95F8AC. Grayscale: #2D2D2D. Windows color (decimal): -9828525 or 5441386. OLE color: 5441386.
HSL color Cylindrical-coordinate representation of color #6A0753: hue angle of 313.94º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0753 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 7 | 83 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.58 |
| HSL | 313.94º | 0.88% | 0.22% | - |
| HSV(B) | 313.94º | 0.93% | 0.42% | - |
| XYZ | 7.58 | 3.84 | 8.53 | - |
| YUV | 45.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 83 | 0 | 0.93 | 0.22 | 0.58 | 313.94 | 0.88 | 0.22 |
| Hex | 6A | 7 | 53 | 0 | 5D | 16 | 3A | 13A | 58 | 16 |
| Octal | 152 | 7 | 123 | 0 | 135 | 26 | 72 | 472 | 130 | 26 |
| Binary | 1101010 | 111 | 1010011 | 0 | 1011101 | 10110 | 111010 | 100111010 | 1011000 | 10110 |
Color Harmonies of #6A0753
Complementary color
Monochromatic Colors of #6A0753
Black with #6A0753
Text Example
Text Example
White with #6A0753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0753; }
p { color: rgb(106,7,83); }
H1.HeaderClassName
{
color: #6A0753;
}
.AnyTagClassName
{
color: #6A0753;
}
</style>
background-color css
<style>
a { background-color: #6A0753; }
a { background-color: rgb(106,7,83); }
div.DivClassName
{
background-color: #6A0753;
}
.BgClassName
{
background-color: #6A0753;
}
</style>
border-color css
<style>
span { border-color: #6A0753; }
span { border-color: rgb(106,7,83); }
td.TdClassName
{
border-color: #6A0753;
}
.TagClassName
{
border-color: #6A0753;
}
</style>