#6E023D

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

Shades of Tyrian Purple #6E023D

Tints of Tyrian Purple #6E023D

Color information

#6E023D (or 0x6E023D) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 02 and 3D. RGB value is (110,2,61). Sum of RGB (Red+Green+Blue) = 110+2+61=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E023D is #91FDC2. Grayscale: #282828. Windows color (decimal): -9567683 or 3998318. OLE color: 3998318.

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

Color convert

RGB110261-
CMYK00.980.450.57
HSL327.22º96.43%21.96%-
HSV(B)327.22º98.18%43.14%-
XYZ7.293.74.74-
YUV41.02139.28177.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 63.58%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=63.58%
G=1.16%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11026100.980.450.57327.2296.4321.96
Hex6E23D0622D391476016
Octal1562750142557150714026
Binary11011101011110101100010101101111001101000111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,2,61); }

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

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

 a { background-color: rgb(110,2,61); }

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

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

 span { border-color: rgb(110,2,61); }

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