#6D052C

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

Shades of Tyrian Purple #6D052C

Tints of Tyrian Purple #6D052C

Color information

#6D052C (or 0x6D052C) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 05 and 2C. RGB value is (109,5,44). Sum of RGB (Red+Green+Blue) = 109+5+44=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D052C is #92FAD3. Grayscale: #282828. Windows color (decimal): -9632468 or 2884973. OLE color: 2884973.

HSL color Cylindrical-coordinate representation of color #6D052C: hue angle of 337.5º 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 #6D052C is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB109544-
CMYK00.950.600.57
HSL337.5º91.23%22.35%-
HSV(B)337.5º95.41%42.75%-
XYZ6.823.542.71-
YUV40.54129.96176.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.99%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=68.99%
G=3.16%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10954400.950.600.57337.591.2322.35
Hex6D52C05F3C391525b16
Octal1555540137747152213326
Binary110110110110110001011111111100111001101010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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