#6D005C

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

Shades of Tyrian Purple #6D005C

Tints of Tyrian Purple #6D005C

Color information

#6D005C (or 0x6D005C) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 00 and 5C. RGB value is (109,0,92). Sum of RGB (Red+Green+Blue) = 109+0+92=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D005C is #92FFA3. Grayscale: #2A2A2A. Windows color (decimal): -9633700 or 6029421. OLE color: 6029421.

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

Color convert

RGB109092-
CMYK010.160.57
HSL309.36º100%21.37%-
HSV(B)309.36º100%42.75%-
XYZ8.244.0210.47-
YUV43.08155.61175.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=54.23%
G=0%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109092010.160.57309.3610021.37
Hex6D05C06410391356415
Octal15501340144207146514425
Binary1101101010111000110010010000111001100110101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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