#6E0041

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

Shades of Tyrian Purple #6E0041

Tints of Tyrian Purple #6E0041

Color information

#6E0041 (or 0x6E0041) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 00 and 41. RGB value is (110,0,65). Sum of RGB (Red+Green+Blue) = 110+0+65=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0041 is #91FFBE. Grayscale: #282828. Windows color (decimal): -9568191 or 4259950. OLE color: 4259950.

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

Color convert

RGB110065-
CMYK010.410.57
HSL324.55º100%21.57%-
HSV(B)324.55º100%43.14%-
XYZ7.383.75.33-
YUV40.3141.94177.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 62.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=62.86%
G=0%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110065010.410.57324.5510021.57
Hex6E04106429391456416
Octal15601010144517150514426
Binary11011100100000101100100101001111001101000101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,65); }

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

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

 a { background-color: rgb(110,0,65); }

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

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

 span { border-color: rgb(110,0,65); }

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