#6E0835

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

Shades of Tyrian Purple #6E0835

Tints of Tyrian Purple #6E0835

Color information

#6E0835 (or 0x6E0835) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 08 and 35. RGB value is (110,8,53). Sum of RGB (Red+Green+Blue) = 110+8+53=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0835 is #91F7CA. Grayscale: #2B2B2B. Windows color (decimal): -9566155 or 3475566. OLE color: 3475566.

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

Color convert

RGB110853-
CMYK00.930.520.57
HSL333.53º86.44%23.14%-
HSV(B)333.53º92.73%43.14%-
XYZ7.163.753.71-
YUV43.63133.29175.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 64.33%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=64.33%
G=4.68%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11085300.930.520.57333.5386.4423.14
Hex6E83505D343914e5617
Octal15610650135647151612627
Binary1101110100011010101011101110100111001101001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,8,53); }

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

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

 a { background-color: rgb(110,8,53); }

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

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

 span { border-color: rgb(110,8,53); }

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