#6E0440

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

Shades of Tyrian Purple #6E0440

Tints of Tyrian Purple #6E0440

Color information

#6E0440 (or 0x6E0440) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 04 and 40. RGB value is (110,4,64). Sum of RGB (Red+Green+Blue) = 110+4+64=178 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.80% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0440 is #91FBBF. Grayscale: #2A2A2A. Windows color (decimal): -9567168 or 4195438. OLE color: 4195438.

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

Color convert

RGB110464-
CMYK00.960.420.57
HSL326.04º92.98%22.35%-
HSV(B)326.04º96.36%43.14%-
XYZ7.43.775.19-
YUV42.53140.12176.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 61.80%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=61.80%
G=2.25%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11046400.960.420.57326.0492.9822.35
Hex6E4400602A391465d16
Octal15641000140527150613526
Binary1101110100100000001100000101010111001101000110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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