#7C1985

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

Shades of Dark Purple #7C1985

Tints of Dark Purple #7C1985

Color information

#7C1985 (or 0x7C1985) is unknown color: approx Dark Purple. HEX triplet: 7C, 19 and 85. RGB value is (124,25,133). Sum of RGB (Red+Green+Blue) = 124+25+133=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1985 is #83E67A. Grayscale: #424242. Windows color (decimal): -8644219 or 8722812. OLE color: 8722812.

HSL color Cylindrical-coordinate representation of color #7C1985: hue angle of 295º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1985 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12425133-
CMYK0.070.8100.48
HSL295º68.35%30.98%-
HSV(B)295º81.2%52.16%-
XYZ12.896.6722.8-
YUV66.91165.3168.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.97%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=43.97%
G=8.87%
B=47.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124251330.070.8100.4829568.3530.98
Hex7C1985751030127441f
Octal17431205712106044710437
Binary1111100110011000010111110100010110000100100111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,25,133); }

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

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

 a { background-color: rgb(124,25,133); }

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

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

 span { border-color: rgb(124,25,133); }

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