#6E093E

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

Shades of Tyrian Purple #6E093E

Tints of Tyrian Purple #6E093E

Color information

#6E093E (or 0x6E093E) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 09 and 3E. RGB value is (110,9,62). Sum of RGB (Red+Green+Blue) = 110+9+62=181 (23% of max value = 765). Red value is 110 (43.36% from 255 or 60.77% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 110 - color contains mainly: red. Hex color #6E093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E093E is #91F6C1. Grayscale: #2D2D2D. Windows color (decimal): -9565890 or 4065646. OLE color: 4065646.

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

Color convert

RGB110962-
CMYK00.920.440.57
HSL328.51º84.87%23.33%-
HSV(B)328.51º91.82%43.14%-
XYZ7.43.864.91-
YUV45.24137.46174.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 60.77%
GREEN value IS 9 (3.91% from 255) = 4.97%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=60.77%
G=4.97%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11096200.920.440.57328.5184.8723.33
Hex6E93E05C2C391495517
Octal15611760134547151112527
Binary1101110100111111001011100101100111001101001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,62); }

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

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

 a { background-color: rgb(110,9,62); }

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

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

 span { border-color: rgb(110,9,62); }

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