#7C023E

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

Shades of Tyrian Purple #7C023E

Tints of Tyrian Purple #7C023E

Color information

#7C023E (or 0x7C023E) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 02 and 3E. RGB value is (124,2,62). Sum of RGB (Red+Green+Blue) = 124+2+62=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C023E is #83FDC1. Grayscale: #2D2D2D. Windows color (decimal): -8650178 or 4063868. OLE color: 4063868.

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

Color convert

RGB124262-
CMYK00.980.50.51
HSL330.49º96.83%24.71%-
HSV(B)330.49º98.39%48.63%-
XYZ9.24.684.97-
YUV45.32137.42184.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.96%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=65.96%
G=1.06%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12426200.980.50.51330.4996.8324.71
Hex7C23E062323314a6119
Octal1742760142626351214131
Binary11111001011111001100010110010110011101001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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