#7E0A53

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

Shades of Tyrian Purple #7E0A53

Tints of Tyrian Purple #7E0A53

Color information

#7E0A53 (or 0x7E0A53) is unknown color: approx Tyrian Purple. HEX triplet: 7E, 0A and 53. RGB value is (126,10,83). Sum of RGB (Red+Green+Blue) = 126+10+83=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0A53 is #81F5AC. Grayscale: #343434. Windows color (decimal): -8517037 or 5442174. OLE color: 5442174.

HSL color Cylindrical-coordinate representation of color #7E0A53: hue angle of 322.24º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0A53 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB1261083-
CMYK00.920.340.51
HSL322.24º85.29%26.67%-
HSV(B)322.24º92.06%49.41%-
XYZ10.275.288.66-
YUV53.01144.93180.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.53%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=57.53%
G=4.57%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126108300.920.340.51322.2485.2926.67
Hex7EA5305C2233142551b
Octal176121230134426350212533
Binary11111101010101001101011100100010110011101000010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,10,83); }

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

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

 a { background-color: rgb(126,10,83); }

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

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

 span { border-color: rgb(126,10,83); }

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