#7F277A

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

Shades of Dark Purple #7F277A

Tints of Dark Purple #7F277A

Color information

#7F277A (or 0x7F277A) is unknown color: approx Dark Purple. HEX triplet: 7F, 27 and 7A. RGB value is (127,39,122). Sum of RGB (Red+Green+Blue) = 127+39+122=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F277A is #80D885. Grayscale: #4A4A4A. Windows color (decimal): -8444038 or 8005503. OLE color: 8005503.

HSL color Cylindrical-coordinate representation of color #7F277A: hue angle of 303.41º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F277A is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB12739122-
CMYK00.690.040.50
HSL303.41º53.01%32.55%-
HSV(B)303.41º69.29%49.8%-
XYZ12.997.3719.15-
YUV74.77154.65165.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.10%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=44.10%
G=13.54%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1273912200.690.040.50303.4153.0132.55
Hex7F277A04543212f3521
Octal1774717201054624576541
Binary1111111100111111101001000101100110010100101111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,39,122); }

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

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

 a { background-color: rgb(127,39,122); }

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

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

 span { border-color: rgb(127,39,122); }

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