#6D005B

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

Shades of Tyrian Purple #6D005B

Tints of Tyrian Purple #6D005B

Color information

#6D005B (or 0x6D005B) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 00 and 5B. RGB value is (109,0,91). Sum of RGB (Red+Green+Blue) = 109+0+91=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D005B is #92FFA4. Grayscale: #2A2A2A. Windows color (decimal): -9633701 or 5963885. OLE color: 5963885.

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

Color convert

RGB109091-
CMYK010.170.57
HSL309.91º100%21.37%-
HSV(B)309.91º100%42.75%-
XYZ8.24.0110.24-
YUV42.96155.11175.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=54.5%
G=0%
B=45.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109091010.170.57309.9110021.37
Hex6D05B06411391366415
Octal15501330144217146614425
Binary1101101010110110110010010001111001100110110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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