#7E0451

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

Shades of Tyrian Purple #7E0451

Tints of Tyrian Purple #7E0451

Color information

#7E0451 (or 0x7E0451) is unknown color: approx Tyrian Purple. HEX triplet: 7E, 04 and 51. RGB value is (126,4,81). Sum of RGB (Red+Green+Blue) = 126+4+81=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0451 is #81FBAE. Grayscale: #313131. Windows color (decimal): -8518575 or 5309566. OLE color: 5309566.

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

Color convert

RGB126481-
CMYK00.970.360.51
HSL322.13º93.85%25.49%-
HSV(B)322.13º96.83%49.41%-
XYZ10.135.128.24-
YUV49.26145.92182.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 59.72%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=59.72%
G=1.90%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12648100.970.360.51322.1393.8525.49
Hex7E45106124331425e19
Octal17641210141446350213631
Binary1111110100101000101100001100100110011101000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,4,81); }

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

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

 a { background-color: rgb(126,4,81); }

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

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

 span { border-color: rgb(126,4,81); }

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