#6D0955

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

Shades of Tyrian Purple #6D0955

Tints of Tyrian Purple #6D0955

Color information

#6D0955 (or 0x6D0955) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 09 and 55. RGB value is (109,9,85). Sum of RGB (Red+Green+Blue) = 109+9+85=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0955 is #92F6AA. Grayscale: #2F2F2F. Windows color (decimal): -9631403 or 5572973. OLE color: 5572973.

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

Color convert

RGB109985-
CMYK00.920.220.57
HSL314.4º84.75%23.14%-
HSV(B)314.4º91.74%42.75%-
XYZ8.044.18.96-
YUV47.56149.13171.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.69%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=53.69%
G=4.43%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10998500.920.220.57314.484.7523.14
Hex6D95505C163913a5517
Octal155111250134267147212527
Binary1101101100110101010101110010110111001100111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,9,85); }

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

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

 a { background-color: rgb(109,9,85); }

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

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

 span { border-color: rgb(109,9,85); }

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