#7F0577

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

Shades of Purple #7F0577

Tints of Purple #7F0577

Color information

#7F0577 (or 0x7F0577) is unknown color: approx Purple. HEX triplet: 7F, 05 and 77. RGB value is (127,5,119). Sum of RGB (Red+Green+Blue) = 127+5+119=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0577 is #80FA88. Grayscale: #363636. Windows color (decimal): -8452745 or 7800191. OLE color: 7800191.

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

Color convert

RGB1275119-
CMYK00.960.060.50
HSL303.93º92.42%25.88%-
HSV(B)303.93º96.06%49.8%-
XYZ12.145.9517.96-
YUV54.47164.42179.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.60%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=50.60%
G=1.99%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127511900.960.060.50303.9392.4225.88
Hex7F5770606321305c1a
Octal1775167014066246013432
Binary1111111101111011101100000110110010100110000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,5,119); }

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

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

 a { background-color: rgb(127,5,119); }

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

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

 span { border-color: rgb(127,5,119); }

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