#7F046D

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

Shades of Purple #7F046D

Tints of Purple #7F046D

Color information

#7F046D (or 0x7F046D) is unknown color: approx Purple. HEX triplet: 7F, 04 and 6D. RGB value is (127,4,109). Sum of RGB (Red+Green+Blue) = 127+4+109=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F046D is #80FB92. Grayscale: #343434. Windows color (decimal): -8453011 or 7144575. OLE color: 7144575.

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

Color convert

RGB1274109-
CMYK00.970.140.50
HSL308.78º93.89%25.69%-
HSV(B)308.78º96.85%49.8%-
XYZ11.565.714.96-
YUV52.75159.75180.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.92%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=52.92%
G=1.67%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127410900.970.140.50308.7893.8925.69
Hex7F46D061E321355e1a
Octal17741550141166246513632
Binary11111111001101101011000011110110010100110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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