#7F0883

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

Shades of Purple #7F0883

Tints of Purple #7F0883

Color information

#7F0883 (or 0x7F0883) is unknown color: approx Purple. HEX triplet: 7F, 08 and 83. RGB value is (127,8,131). Sum of RGB (Red+Green+Blue) = 127+8+131=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F0883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0883 is #80F77C. Grayscale: #393939. Windows color (decimal): -8451965 or 8587391. OLE color: 8587391.

HSL color Cylindrical-coordinate representation of color #7F0883: hue angle of 298.05º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0883 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1278131-
CMYK0.030.9400.49
HSL298.05º88.49%27.25%-
HSV(B)298.05º93.89%51.37%-
XYZ12.946.3222.01-
YUV57.6169.42177.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.74%
GREEN value IS 8 (3.52% from 255) = 3.01%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=47.74%
G=3.01%
B=49.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12781310.030.9400.49298.0588.4927.25
Hex7F88335E03112a581b
Octal17710203313606145213033
Binary11111111000100000111110111100110001100101010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,8,131); }

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

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

 a { background-color: rgb(127,8,131); }

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

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

 span { border-color: rgb(127,8,131); }

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