#6D0549

Color #6D0549 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #6D0549

Tints of Tyrian Purple #6D0549

Color information

#6D0549 (or 0x6D0549) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 05 and 49. RGB value is (109,5,73). Sum of RGB (Red+Green+Blue) = 109+5+73=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0549 is #92FAB6. Grayscale: #2B2B2B. Windows color (decimal): -9632439 or 4785517. OLE color: 4785517.

HSL color Cylindrical-coordinate representation of color #6D0549: hue angle of 320.77º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0549 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB109573-
CMYK00.950.330.57
HSL320.77º91.23%22.35%-
HSV(B)320.77º95.41%42.75%-
XYZ7.563.846.65-
YUV43.85144.46174.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 58.29%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=58.29%
G=2.67%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10957300.950.330.57320.7791.2322.35
Hex6D54905F21391415b16
Octal15551110137417150113326
Binary1101101101100100101011111100001111001101000001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D0549; }

 p { color: rgb(109,5,73); }

 H1.HeaderClassName
 {
   color: #6D0549;
 }
 .AnyTagClassName
 {
   color: #6D0549;
 }
</style>
background-color css

<style>
 a { background-color: #6D0549; }

 a { background-color: rgb(109,5,73); }

 div.DivClassName
 {
   background-color: #6D0549;
 }
 .BgClassName
 {
   background-color: #6D0549;
 }
</style>
border-color css

<style>
 span { border-color: #6D0549; }

 span { border-color: rgb(109,5,73); }

 td.TdClassName
 {
   border-color: #6D0549;
 }
 .TagClassName
 {
   border-color: #6D0549;
 }
</style>