#7C1070

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

Shades of Dark Purple #7C1070

Tints of Dark Purple #7C1070

Color information

#7C1070 (or 0x7C1070) is unknown color: approx Dark Purple. HEX triplet: 7C, 10 and 70. RGB value is (124,16,112). Sum of RGB (Red+Green+Blue) = 124+16+112=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1070 is #83EF8F. Grayscale: #3A3A3A. Windows color (decimal): -8646544 or 7344252. OLE color: 7344252.

HSL color Cylindrical-coordinate representation of color #7C1070: hue angle of 306.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1070 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12416112-
CMYK00.870.100.51
HSL306.67º77.14%27.45%-
HSV(B)306.67º87.1%48.63%-
XYZ11.425.8315.85-
YUV59.24157.78174.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=49.21%
G=6.35%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241611200.870.100.51306.6777.1427.45
Hex7C1070057A331334d1b
Octal174201600127126346311533
Binary1111100100001110000010101111010110011100110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,16,112); }

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

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

 a { background-color: rgb(124,16,112); }

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

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

 span { border-color: rgb(124,16,112); }

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