#6D093F

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

Shades of Tyrian Purple #6D093F

Tints of Tyrian Purple #6D093F

Color information

#6D093F (or 0x6D093F) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 09 and 3F. RGB value is (109,9,63). Sum of RGB (Red+Green+Blue) = 109+9+63=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D093F is #92F6C0. Grayscale: #2C2C2C. Windows color (decimal): -9631425 or 4131181. OLE color: 4131181.

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

Color convert

RGB109963-
CMYK00.920.420.57
HSL327.6º84.75%23.14%-
HSV(B)327.6º91.74%42.75%-
XYZ7.33.815.05-
YUV45.06138.13173.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 60.22%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 63 (25% from 255) = 34.81%
R=60.22%
G=4.97%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10996300.920.420.57327.684.7523.14
Hex6D93F05C2A391485517
Octal15511770134527151012527
Binary1101101100111111101011100101010111001101001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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