#7F036C

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

Shades of Purple #7F036C

Tints of Purple #7F036C

Color information

#7F036C (or 0x7F036C) is unknown color: approx Purple. HEX triplet: 7F, 03 and 6C. RGB value is (127,3,108). Sum of RGB (Red+Green+Blue) = 127+3+108=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F036C is #80FC93. Grayscale: #333333. Windows color (decimal): -8453268 or 7078783. OLE color: 7078783.

HSL color Cylindrical-coordinate representation of color #7F036C: hue angle of 309.19º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F036C is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB1273108-
CMYK00.980.150.50
HSL309.19º95.38%25.49%-
HSV(B)309.19º97.64%49.8%-
XYZ11.495.6614.67-
YUV52.05159.58181.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=53.36%
G=1.26%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127310800.980.150.50309.1995.3825.49
Hex7F36C062F321355f19
Octal17731540142176246513731
Binary1111111111101100011000101111110010100110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,3,108); }

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

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

 a { background-color: rgb(127,3,108); }

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

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

 span { border-color: rgb(127,3,108); }

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