#7f1083

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

Shades of Purple #7F1083

Tints of Purple #7F1083

Color information

#7F1083 (or 0x7F1083) is unknown color: approx Purple. HEX triplet: 7F, 10 and 83. RGB value is (127,16,131). Sum of RGB (Red+Green+Blue) = 127+16+131=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F1083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1083 is #80EF7C. Grayscale: #3D3D3D. Windows color (decimal): -8449917 or 8589439. OLE color: 8589439.

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

Color convert

RGB12716131-
CMYK0.030.8800.49
HSL297.91º78.23%28.82%-
HSV(B)297.91º87.79%51.37%-
XYZ13.036.5222.04-
YUV62.3166.77174.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.35%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=46.35%
G=5.84%
B=47.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127161310.030.8800.49297.9178.2328.82
Hex7F108335803112a4e1d
Octal17720203313006145211635
Binary111111110000100000111110110000110001100101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f1083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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