#7F2382

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

Shades of Dark Purple #7F2382

Tints of Dark Purple #7F2382

Color information

#7F2382 (or 0x7F2382) is unknown color: approx Dark Purple. HEX triplet: 7F, 23 and 82. RGB value is (127,35,130). Sum of RGB (Red+Green+Blue) = 127+35+130=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F2382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2382 is #80DC7D. Grayscale: #494949. Windows color (decimal): -8445054 or 8528767. OLE color: 8528767.

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

Color convert

RGB12735130-
CMYK0.020.7300.49
HSL298.11º57.58%32.35%-
HSV(B)298.11º73.08%50.98%-
XYZ13.387.3321.83-
YUV73.34159.98166.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.49%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=43.49%
G=11.99%
B=44.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127351300.020.7300.49298.1157.5832.35
Hex7F238224903112a3a20
Octal1774320221110614527240
Binary1111111100011100000101010010010110001100101010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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