#6E053C

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

Shades of Tyrian Purple #6E053C

Tints of Tyrian Purple #6E053C

Color information

#6E053C (or 0x6E053C) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 05 and 3C. RGB value is (110,5,60). Sum of RGB (Red+Green+Blue) = 110+5+60=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E053C is #91FAC3. Grayscale: #2A2A2A. Windows color (decimal): -9566916 or 3933550. OLE color: 3933550.

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

Color convert

RGB110560-
CMYK00.950.450.57
HSL328.57º91.3%22.55%-
HSV(B)328.57º95.45%43.14%-
XYZ7.33.754.61-
YUV42.67137.79176.03-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 62.86%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=62.86%
G=2.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11056000.950.450.57328.5791.322.55
Hex6E53C05F2D391495b17
Octal1565740137557151113327
Binary110111010111110001011111101101111001101001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,5,60); }

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

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

 a { background-color: rgb(110,5,60); }

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

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

 span { border-color: rgb(110,5,60); }

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