#6E002C

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

Shades of Tyrian Purple #6E002C

Tints of Tyrian Purple #6E002C

Color information

#6E002C (or 0x6E002C) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 00 and 2C. RGB value is (110,0,44). Sum of RGB (Red+Green+Blue) = 110+0+44=154 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.43% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 110 - color contains mainly: red. Hex color #6E002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E002C is #91FFD3. Grayscale: #252525. Windows color (decimal): -9568212 or 2883694. OLE color: 2883694.

HSL color Cylindrical-coordinate representation of color #6E002C: hue angle of 336º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E002C is Cyan = 0, Magento = 1, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB110044-
CMYK010.60.57
HSL336º100%21.57%-
HSV(B)336º100%43.14%-
XYZ6.893.52.69-
YUV37.91131.44179.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 71.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=71.43%
G=0%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.6
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110044010.60.5733610021.57
Hex6E02C0643C391506416
Octal1560540144747152014426
Binary1101110010110001100100111100111001101010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,44); }

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

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

 a { background-color: rgb(110,0,44); }

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

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

 span { border-color: rgb(110,0,44); }

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