#7C2283

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

Shades of Dark Purple #7C2283

Tints of Dark Purple #7C2283

Color information

#7C2283 (or 0x7C2283) is unknown color: approx Dark Purple. HEX triplet: 7C, 22 and 83. RGB value is (124,34,131). Sum of RGB (Red+Green+Blue) = 124+34+131=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C2283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2283 is #83DD7C. Grayscale: #474747. Windows color (decimal): -8641917 or 8594044. OLE color: 8594044.

HSL color Cylindrical-coordinate representation of color #7C2283: hue angle of 295.67º 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 #7C2283 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12434131-
CMYK0.050.7400.49
HSL295.67º58.79%32.35%-
HSV(B)295.67º74.05%51.37%-
XYZ12.987.0722.15-
YUV71.97161.32165.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 131 (51.56% from 255) = 45.33%
R=42.91%
G=11.76%
B=45.33%

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
Decimal124341310.050.7400.49295.6758.7932.35
Hex7C228354A0311283b20
Octal1744220351120614507340
Binary11111001000101000001110110010100110001100101000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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