#6E083E

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

Shades of Tyrian Purple #6E083E

Tints of Tyrian Purple #6E083E

Color information

#6E083E (or 0x6E083E) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 08 and 3E. RGB value is (110,8,62). Sum of RGB (Red+Green+Blue) = 110+8+62=180 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.11% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 110 - color contains mainly: red. Hex color #6E083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E083E is #91F7C1. Grayscale: #2C2C2C. Windows color (decimal): -9566146 or 4065390. OLE color: 4065390.

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

Color convert

RGB110862-
CMYK00.930.440.57
HSL328.24º86.44%23.14%-
HSV(B)328.24º92.73%43.14%-
XYZ7.393.844.91-
YUV44.65137.79174.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 61.11%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 62 (24.61% from 255) = 34.44%
R=61.11%
G=4.44%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11086200.930.440.57328.2486.4423.14
Hex6E83E05D2C391485617
Octal15610760135547151012627
Binary1101110100011111001011101101100111001101001000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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