#6D042E

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

Shades of Tyrian Purple #6D042E

Tints of Tyrian Purple #6D042E

Color information

#6D042E (or 0x6D042E) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 04 and 2E. RGB value is (109,4,46). Sum of RGB (Red+Green+Blue) = 109+4+46=159 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.55% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 109 - color contains mainly: red. Hex color #6D042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D042E is #92FBD1. Grayscale: #282828. Windows color (decimal): -9632722 or 3015789. OLE color: 3015789.

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

Color convert

RGB109446-
CMYK00.960.580.57
HSL336º92.92%22.16%-
HSV(B)336º96.33%42.75%-
XYZ6.843.542.91-
YUV40.18131.29177.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.55%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=68.55%
G=2.52%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10944600.960.580.5733692.9222.16
Hex6D42E0603A391505d16
Octal1554560140727152013526
Binary110110110010111001100000111010111001101010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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