#6D044C

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

Shades of Tyrian Purple #6D044C

Tints of Tyrian Purple #6D044C

Color information

#6D044C (or 0x6D044C) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 04 and 4C. RGB value is (109,4,76). Sum of RGB (Red+Green+Blue) = 109+4+76=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D044C is #92FBB3. Grayscale: #2B2B2B. Windows color (decimal): -9632692 or 4981869. OLE color: 4981869.

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

Color convert

RGB109476-
CMYK00.960.300.57
HSL318.86º92.92%22.16%-
HSV(B)318.86º96.33%42.75%-
XYZ7.653.867.18-
YUV43.6146.29174.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.67%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=57.67%
G=2.12%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10947600.960.300.57318.8692.9222.16
Hex6D44C0601E3913f5d16
Octal15541140140367147713526
Binary110110110010011000110000011110111001100111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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