#7C043F

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

Shades of Tyrian Purple #7C043F

Tints of Tyrian Purple #7C043F

Color information

#7C043F (or 0x7C043F) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 04 and 3F. RGB value is (124,4,63). Sum of RGB (Red+Green+Blue) = 124+4+63=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C043F is #83FBC0. Grayscale: #2E2E2E. Windows color (decimal): -8649665 or 4129916. OLE color: 4129916.

HSL color Cylindrical-coordinate representation of color #7C043F: hue angle of 330.5º 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 #7C043F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB124463-
CMYK00.970.490.51
HSL330.5º93.75%25.1%-
HSV(B)330.5º96.77%48.63%-
XYZ9.254.735.13-
YUV46.61137.26183.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.92%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 63 (25% from 255) = 32.98%
R=64.92%
G=2.09%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12446300.970.490.51330.593.7525.1
Hex7C43F061313314a5e19
Octal1744770141616351213631
Binary111110010011111101100001110001110011101001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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