#7D2283

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

Shades of Dark Purple #7D2283

Tints of Dark Purple #7D2283

Color information

#7D2283 (or 0x7D2283) is unknown color: approx Dark Purple. HEX triplet: 7D, 22 and 83. RGB value is (125,34,131). Sum of RGB (Red+Green+Blue) = 125+34+131=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D2283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2283 is #82DD7C. Grayscale: #474747. Windows color (decimal): -8576381 or 8594045. OLE color: 8594045.

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

Color convert

RGB12534131-
CMYK0.050.7400.49
HSL296.29º58.79%32.35%-
HSV(B)296.29º74.05%51.37%-
XYZ13.137.1422.16-
YUV72.27161.15165.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.10%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=43.10%
G=11.72%
B=45.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125341310.050.7400.49296.2958.7932.35
Hex7D228354A0311283b20
Octal1754220351120614507340
Binary11111011000101000001110110010100110001100101000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,34,131); }

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

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

 a { background-color: rgb(125,34,131); }

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

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

 span { border-color: rgb(125,34,131); }

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