#7F0442

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

Shades of Tyrian Purple #7F0442

Tints of Tyrian Purple #7F0442

Color information

#7F0442 (or 0x7F0442) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 04 and 42. RGB value is (127,4,66). Sum of RGB (Red+Green+Blue) = 127+4+66=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0442 is #80FBBD. Grayscale: #2F2F2F. Windows color (decimal): -8453054 or 4326527. OLE color: 4326527.

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

Color convert

RGB127466-
CMYK00.970.480.50
HSL329.76º93.89%25.69%-
HSV(B)329.76º96.85%49.8%-
XYZ9.784.995.6-
YUV47.84138.25184.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=64.47%
G=2.03%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12746600.970.480.50329.7693.8925.69
Hex7F442061303214a5e1a
Octal17741020141606251213632
Binary1111111100100001001100001110000110010101001010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,66); }

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

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

 a { background-color: rgb(127,4,66); }

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

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

 span { border-color: rgb(127,4,66); }

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