#7F053E

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

Shades of Tyrian Purple #7F053E

Tints of Tyrian Purple #7F053E

Color information

#7F053E (or 0x7F053E) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 05 and 3E. RGB value is (127,5,62). Sum of RGB (Red+Green+Blue) = 127+5+62=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F053E is #80FAC1. Grayscale: #2F2F2F. Windows color (decimal): -8452802 or 4064639. OLE color: 4064639.

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

Color convert

RGB127562-
CMYK00.960.510.50
HSL331.97º92.42%25.88%-
HSV(B)331.97º96.06%49.8%-
XYZ9.684.975.01-
YUV47.98135.92184.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.46%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=65.46%
G=2.58%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12756200.960.510.50331.9792.4225.88
Hex7F53E060333214c5c1a
Octal1775760140636251413432
Binary111111110111111001100000110011110010101001100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,5,62); }

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

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

 a { background-color: rgb(127,5,62); }

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

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

 span { border-color: rgb(127,5,62); }

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