#6E0957

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

Shades of Tyrian Purple #6E0957

Tints of Tyrian Purple #6E0957

Color information

#6E0957 (or 0x6E0957) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 09 and 57. RGB value is (110,9,87). Sum of RGB (Red+Green+Blue) = 110+9+87=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0957 is #91F6A8. Grayscale: #2F2F2F. Windows color (decimal): -9565865 or 5704046. OLE color: 5704046.

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

Color convert

RGB110987-
CMYK00.920.210.57
HSL313.66º84.87%23.33%-
HSV(B)313.66º91.82%43.14%-
XYZ8.254.29.39-
YUV48.09149.96172.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.40%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=53.40%
G=4.37%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11098700.920.210.57313.6684.8723.33
Hex6E95705C153913a5517
Octal156111270134257147212527
Binary1101110100110101110101110010101111001100111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,87); }

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

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

 a { background-color: rgb(110,9,87); }

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

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

 span { border-color: rgb(110,9,87); }

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