Shades of Tyrian Purple #6A0250
Tints of Tyrian Purple #6A0250
RGB
CMYK
RGB Variations
Color information
#6A0250 (or 0x6A0250) is known color: Tyrian Purple. HEX triplet: 6A, 02 and 50. RGB value is (106,2,80). Sum of RGB (Red+Green+Blue) = 106+2+80=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0250 is #95FDAF. Grayscale: #292929. Windows color (decimal): -9829808 or 5243498. OLE color: 5243498.
HSL color Cylindrical-coordinate representation of color #6A0250: hue angle of 315º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0250 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.58 |
| HSL | 315º | 0.96% | 0.21% | - |
| HSV(B) | 315º | 0.98% | 0.42% | - |
| XYZ | 7.41 | 3.69 | 7.91 | - |
| YUV | 41.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 80 | 0 | 0.98 | 0.25 | 0.58 | 315 | 0.96 | 0.21 |
| Hex | 6A | 2 | 50 | 0 | 62 | 19 | 3A | 13B | 60 | 15 |
| Octal | 152 | 2 | 120 | 0 | 142 | 31 | 72 | 473 | 140 | 25 |
| Binary | 1101010 | 10 | 1010000 | 0 | 1100010 | 11001 | 111010 | 100111011 | 1100000 | 10101 |
Color Harmonies of #6A0250
Complementary color
Monochromatic Colors of #6A0250
Black with #6A0250
Text Example
Text Example
White with #6A0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0250; }
p { color: rgb(106,2,80); }
H1.HeaderClassName
{
color: #6A0250;
}
.AnyTagClassName
{
color: #6A0250;
}
</style>
background-color css
<style>
a { background-color: #6A0250; }
a { background-color: rgb(106,2,80); }
div.DivClassName
{
background-color: #6A0250;
}
.BgClassName
{
background-color: #6A0250;
}
</style>
border-color css
<style>
span { border-color: #6A0250; }
span { border-color: rgb(106,2,80); }
td.TdClassName
{
border-color: #6A0250;
}
.TagClassName
{
border-color: #6A0250;
}
</style>