#7F1682

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

Shades of Dark Purple #7F1682

Tints of Dark Purple #7F1682

Color information

#7F1682 (or 0x7F1682) is unknown color: approx Dark Purple. HEX triplet: 7F, 16 and 82. RGB value is (127,22,130). Sum of RGB (Red+Green+Blue) = 127+22+130=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F1682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1682 is #80E97D. Grayscale: #414141. Windows color (decimal): -8448382 or 8525439. OLE color: 8525439.

HSL color Cylindrical-coordinate representation of color #7F1682: hue angle of 298.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1682 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12722130-
CMYK0.020.8300.49
HSL298.33º71.05%29.8%-
HSV(B)298.33º83.08%50.98%-
XYZ13.076.721.72-
YUV65.71164.29171.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=45.52%
G=7.89%
B=46.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127221300.020.8300.49298.3371.0529.8
Hex7F168225303112a471e
Octal17726202212306145210736
Binary111111110110100000101010100110110001100101010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,22,130); }

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

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

 a { background-color: rgb(127,22,130); }

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

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

 span { border-color: rgb(127,22,130); }

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