#7C073E

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

Shades of Tyrian Purple #7C073E

Tints of Tyrian Purple #7C073E

Color information

#7C073E (or 0x7C073E) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 07 and 3E. RGB value is (124,7,62). Sum of RGB (Red+Green+Blue) = 124+7+62=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C073E is #83F8C1. Grayscale: #303030. Windows color (decimal): -8648898 or 4065148. OLE color: 4065148.

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

Color convert

RGB124762-
CMYK00.940.50.51
HSL331.79º89.31%25.69%-
HSV(B)331.79º94.35%48.63%-
XYZ9.264.784.99-
YUV48.25135.76182.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.25%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=64.25%
G=3.63%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12476200.940.50.51331.7989.3125.69
Hex7C73E05E323314c591a
Octal1747760136626351413132
Binary111110011111111001011110110010110011101001100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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