#7F2383

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

Shades of Dark Purple #7F2383

Tints of Dark Purple #7F2383

Color information

#7F2383 (or 0x7F2383) is unknown color: approx Dark Purple. HEX triplet: 7F, 23 and 83. RGB value is (127,35,131). Sum of RGB (Red+Green+Blue) = 127+35+131=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F2383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2383 is #80DC7C. Grayscale: #494949. Windows color (decimal): -8445053 or 8594303. OLE color: 8594303.

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

Color convert

RGB12735131-
CMYK0.030.7300.49
HSL297.5º57.83%32.55%-
HSV(B)297.5º73.28%51.37%-
XYZ13.457.3522.18-
YUV73.45160.48166.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.34%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=43.34%
G=11.95%
B=44.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127351310.030.7300.49297.557.8332.55
Hex7F238334903112a3a21
Octal1774320331110614527241
Binary1111111100011100000111110010010110001100101010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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