#6E0E37

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

Shades of Tyrian Purple #6E0E37

Tints of Tyrian Purple #6E0E37

Color information

#6E0E37 (or 0x6E0E37) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 0E and 37. RGB value is (110,14,55). Sum of RGB (Red+Green+Blue) = 110+14+55=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0E37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0E37 is #91F1C8. Grayscale: #2F2F2F. Windows color (decimal): -9564617 or 3608174. OLE color: 3608174.

HSL color Cylindrical-coordinate representation of color #6E0E37: hue angle of 334.38º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E0E37 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB1101455-
CMYK00.870.50.57
HSL334.38º77.42%24.31%-
HSV(B)334.38º87.27%43.14%-
XYZ7.283.93.98-
YUV47.38132.3172.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 61.45%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 55 (21.88% from 255) = 30.73%
R=61.45%
G=7.82%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110145500.870.50.57334.3877.4224.31
Hex6EE37057323914e4d18
Octal15616670127627151611530
Binary1101110111011011101010111110010111001101001110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,14,55); }

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

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

 a { background-color: rgb(110,14,55); }

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

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

 span { border-color: rgb(110,14,55); }

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