#6D0449

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

Shades of Tyrian Purple #6D0449

Tints of Tyrian Purple #6D0449

Color information

#6D0449 (or 0x6D0449) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 04 and 49. RGB value is (109,4,73). Sum of RGB (Red+Green+Blue) = 109+4+73=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0449 is #92FBB6. Grayscale: #2B2B2B. Windows color (decimal): -9632695 or 4785261. OLE color: 4785261.

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

Color convert

RGB109473-
CMYK00.960.330.57
HSL320.57º92.92%22.16%-
HSV(B)320.57º96.33%42.75%-
XYZ7.553.826.64-
YUV43.26144.79174.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.60%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=58.60%
G=2.15%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10947300.960.330.57320.5792.9222.16
Hex6D44906021391415d16
Octal15541110140417150113526
Binary1101101100100100101100000100001111001101000001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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