#6D0050

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

Shades of Tyrian Purple #6D0050

Tints of Tyrian Purple #6D0050

Color information

#6D0050 (or 0x6D0050) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 00 and 50. RGB value is (109,0,80). Sum of RGB (Red+Green+Blue) = 109+0+80=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0050 is #92FFAF. Grayscale: #292929. Windows color (decimal): -9633712 or 5242989. OLE color: 5242989.

HSL color Cylindrical-coordinate representation of color #6D0050: hue angle of 315.96º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0050 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB109080-
CMYK010.270.57
HSL315.96º100%21.37%-
HSV(B)315.96º100%42.75%-
XYZ7.753.837.92-
YUV41.71149.61176-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=57.67%
G=0%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109080010.270.57315.9610021.37
Hex6D0500641B3913c6415
Octal15501200144337147414425
Binary1101101010100000110010011011111001100111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,0,80); }

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

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

 a { background-color: rgb(109,0,80); }

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

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

 span { border-color: rgb(109,0,80); }

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