#6E034C

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

Shades of Tyrian Purple #6E034C

Tints of Tyrian Purple #6E034C

Color information

#6E034C (or 0x6E034C) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 03 and 4C. RGB value is (110,3,76). Sum of RGB (Red+Green+Blue) = 110+3+76=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E034C is #91FCB3. Grayscale: #2B2B2B. Windows color (decimal): -9567412 or 4981614. OLE color: 4981614.

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

Color convert

RGB110376-
CMYK00.970.310.57
HSL319.07º94.69%22.16%-
HSV(B)319.07º97.27%43.14%-
XYZ7.773.97.18-
YUV43.32146.45175.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 58.20%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=58.20%
G=1.59%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11037600.970.310.57319.0794.6922.16
Hex6E34C0611F3913f5f16
Octal15631140141377147713726
Binary11011101110011000110000111111111001100111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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