#7F0440

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

Shades of Tyrian Purple #7F0440

Tints of Tyrian Purple #7F0440

Color information

#7F0440 (or 0x7F0440) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 04 and 40. RGB value is (127,4,64). Sum of RGB (Red+Green+Blue) = 127+4+64=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0440 is #80FBBF. Grayscale: #2F2F2F. Windows color (decimal): -8453056 or 4195455. OLE color: 4195455.

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

Color convert

RGB127464-
CMYK00.970.500.50
HSL330.73º93.89%25.69%-
HSV(B)330.73º96.85%49.8%-
XYZ9.724.975.3-
YUV47.62137.25184.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.13%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=65.13%
G=2.05%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12746400.970.500.50330.7393.8925.69
Hex7F440061323214b5e1a
Octal17741000141626251313632
Binary1111111100100000001100001110010110010101001011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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