Shades of Tyrian Purple #6D0353
Tints of Tyrian Purple #6D0353
RGB
CMYK
RGB Variations
Color information
#6D0353 (or 0x6D0353) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 53. RGB value is (109,3,83). Sum of RGB (Red+Green+Blue) = 109+3+83=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0353 is #92FCAC. Grayscale: #2B2B2B. Windows color (decimal): -9632941 or 5440365. OLE color: 5440365.
HSL color Cylindrical-coordinate representation of color #6D0353: hue angle of 314.72º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0353 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 83 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.57 |
| HSL | 314.72º | 0.95% | 0.22% | - |
| HSV(B) | 314.72º | 0.97% | 0.43% | - |
| XYZ | 7.9 | 3.94 | 8.53 | - |
| YUV | 43.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 83 | 0 | 0.97 | 0.24 | 0.57 | 314.72 | 0.95 | 0.22 |
| Hex | 6D | 3 | 53 | 0 | 61 | 18 | 39 | 13B | 5F | 16 |
| Octal | 155 | 3 | 123 | 0 | 141 | 30 | 71 | 473 | 137 | 26 |
| Binary | 1101101 | 11 | 1010011 | 0 | 1100001 | 11000 | 111001 | 100111011 | 1011111 | 10110 |
Color Harmonies of #6D0353
Complementary color
Monochromatic Colors of #6D0353
Black with #6D0353
Text Example
Text Example
White with #6D0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0353; }
p { color: rgb(109,3,83); }
H1.HeaderClassName
{
color: #6D0353;
}
.AnyTagClassName
{
color: #6D0353;
}
</style>
background-color css
<style>
a { background-color: #6D0353; }
a { background-color: rgb(109,3,83); }
div.DivClassName
{
background-color: #6D0353;
}
.BgClassName
{
background-color: #6D0353;
}
</style>
border-color css
<style>
span { border-color: #6D0353; }
span { border-color: rgb(109,3,83); }
td.TdClassName
{
border-color: #6D0353;
}
.TagClassName
{
border-color: #6D0353;
}
</style>