#6D013E

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

Shades of Tyrian Purple #6D013E

Tints of Tyrian Purple #6D013E

Color information

#6D013E (or 0x6D013E) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 01 and 3E. RGB value is (109,1,62). Sum of RGB (Red+Green+Blue) = 109+1+62=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D013E is #92FEC1. Grayscale: #282828. Windows color (decimal): -9633474 or 4063597. OLE color: 4063597.

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

Color convert

RGB109162-
CMYK00.990.430.57
HSL326.11º98.18%21.57%-
HSV(B)326.11º99.08%42.75%-
XYZ7.193.624.88-
YUV40.25140.28177.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.37%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=63.37%
G=0.58%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10916200.990.430.57326.1198.1821.57
Hex6D13E0632B391466216
Octal1551760143537150614226
Binary1101101111111001100011101011111001101000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,62); }

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

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

 a { background-color: rgb(109,1,62); }

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

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

 span { border-color: rgb(109,1,62); }

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