#6E0633

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

Shades of Tyrian Purple #6E0633

Tints of Tyrian Purple #6E0633

Color information

#6E0633 (or 0x6E0633) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 06 and 33. RGB value is (110,6,51). Sum of RGB (Red+Green+Blue) = 110+6+51=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0633 is #91F9CC. Grayscale: #2A2A2A. Windows color (decimal): -9566669 or 3343982. OLE color: 3343982.

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

Color convert

RGB110651-
CMYK00.950.540.57
HSL334.04º89.66%22.75%-
HSV(B)334.04º94.55%43.14%-
XYZ7.093.683.47-
YUV42.23132.96176.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 65.87%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=65.87%
G=3.59%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11065100.950.540.57334.0489.6622.75
Hex6E63305F363914e5a17
Octal1566630137667151613227
Binary110111011011001101011111110110111001101001110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,51); }

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

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

 a { background-color: rgb(110,6,51); }

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

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

 span { border-color: rgb(110,6,51); }

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