#6E0F40

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

Shades of Tyrian Purple #6E0F40

Tints of Tyrian Purple #6E0F40

Color information

#6E0F40 (or 0x6E0F40) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 0F and 40. RGB value is (110,15,64). Sum of RGB (Red+Green+Blue) = 110+15+64=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F40 is #91F0BF. Grayscale: #303030. Windows color (decimal): -9564352 or 4198254. OLE color: 4198254.

HSL color Cylindrical-coordinate representation of color #6E0F40: hue angle of 329.05º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F40 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1101564-
CMYK00.860.420.57
HSL329.05º76%24.51%-
HSV(B)329.05º86.36%43.14%-
XYZ7.534.035.23-
YUV48.99136.47171.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.20%
GREEN value IS 15 (6.25% from 255) = 7.94%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=58.20%
G=7.94%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110156400.860.420.57329.057624.51
Hex6EF400562A391494c19
Octal156171000126527151111431
Binary11011101111100000001010110101010111001101001001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,15,64); }

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

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

 a { background-color: rgb(110,15,64); }

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

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

 span { border-color: rgb(110,15,64); }

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