#7C043E

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

Shades of Tyrian Purple #7C043E

Tints of Tyrian Purple #7C043E

Color information

#7C043E (or 0x7C043E) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 04 and 3E. RGB value is (124,4,62). Sum of RGB (Red+Green+Blue) = 124+4+62=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C043E is #83FBC1. Grayscale: #2E2E2E. Windows color (decimal): -8649666 or 4064380. OLE color: 4064380.

HSL color Cylindrical-coordinate representation of color #7C043E: hue angle of 331º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C043E is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB124462-
CMYK00.970.50.51
HSL331º93.75%25.1%-
HSV(B)331º96.77%48.63%-
XYZ9.234.724.98-
YUV46.49136.76183.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.26%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=65.26%
G=2.11%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12446200.970.50.5133193.7525.1
Hex7C43E061323314b5e19
Octal1744760141626351313631
Binary111110010011111001100001110010110011101001011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C043E; }

 p { color: rgb(124,4,62); }

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

<style>
 a { background-color: #7C043E; }

 a { background-color: rgb(124,4,62); }

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

<style>
 span { border-color: #7C043E; }

 span { border-color: rgb(124,4,62); }

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