#6E0B4C

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

Shades of Tyrian Purple #6E0B4C

Tints of Tyrian Purple #6E0B4C

Color information

#6E0B4C (or 0x6E0B4C) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 0B and 4C. RGB value is (110,11,76). Sum of RGB (Red+Green+Blue) = 110+11+76=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0B4C is #91F4B3. Grayscale: #2F2F2F. Windows color (decimal): -9565364 or 4983662. OLE color: 4983662.

HSL color Cylindrical-coordinate representation of color #6E0B4C: hue angle of 320.61º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B4C is Cyan = 0, Magento = 0.9, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1101176-
CMYK00.90.310.57
HSL320.61º81.82%23.73%-
HSV(B)320.61º90%43.14%-
XYZ7.854.087.21-
YUV48.01143.8172.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.84%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=55.84%
G=5.58%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110117600.90.310.57320.6181.8223.73
Hex6EB4C05A1F391415218
Octal156131140132377150112230
Binary1101110101110011000101101011111111001101000001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,76); }

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

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

 a { background-color: rgb(110,11,76); }

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

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

 span { border-color: rgb(110,11,76); }

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