#7E053F

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

Shades of Tyrian Purple #7E053F

Tints of Tyrian Purple #7E053F

Color information

#7E053F (or 0x7E053F) is unknown color: approx Tyrian Purple. HEX triplet: 7E, 05 and 3F. RGB value is (126,5,63). Sum of RGB (Red+Green+Blue) = 126+5+63=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E053F is #81FAC0. Grayscale: #2F2F2F. Windows color (decimal): -8518337 or 4130174. OLE color: 4130174.

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

Color convert

RGB126563-
CMYK00.960.500.51
HSL331.24º92.37%25.69%-
HSV(B)331.24º96.03%49.41%-
XYZ9.564.95.15-
YUV47.79136.59183.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.95%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 63 (25% from 255) = 32.47%
R=64.95%
G=2.58%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12656300.960.500.51331.2492.3725.69
Hex7E53F060323314b5c1a
Octal1765770140626351313432
Binary111111010111111101100000110010110011101001011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,5,63); }

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

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

 a { background-color: rgb(126,5,63); }

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

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

 span { border-color: rgb(126,5,63); }

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