#6E053F

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

Shades of Tyrian Purple #6E053F

Tints of Tyrian Purple #6E053F

Color information

#6E053F (or 0x6E053F) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 05 and 3F. RGB value is (110,5,63). Sum of RGB (Red+Green+Blue) = 110+5+63=178 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.80% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 110 - color contains mainly: red. Hex color #6E053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E053F is #91FAC0. Grayscale: #2A2A2A. Windows color (decimal): -9566913 or 4130158. OLE color: 4130158.

HSL color Cylindrical-coordinate representation of color #6E053F: hue angle of 326.86º 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 #6E053F is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB110563-
CMYK00.950.430.57
HSL326.86º91.3%22.55%-
HSV(B)326.86º95.45%43.14%-
XYZ7.383.785.04-
YUV43.01139.29175.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 61.80%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 63 (25% from 255) = 35.39%
R=61.80%
G=2.81%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11056300.950.430.57326.8691.322.55
Hex6E53F05F2B391475b17
Octal1565770137537150713327
Binary110111010111111101011111101011111001101000111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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