#7C1370

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

Shades of Dark Purple #7C1370

Tints of Dark Purple #7C1370

Color information

#7C1370 (or 0x7C1370) is unknown color: approx Dark Purple. HEX triplet: 7C, 13 and 70. RGB value is (124,19,112). Sum of RGB (Red+Green+Blue) = 124+19+112=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1370 is #83EC8F. Grayscale: #3C3C3C. Windows color (decimal): -8645776 or 7345020. OLE color: 7345020.

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

Color convert

RGB12419112-
CMYK00.850.100.51
HSL306.86º73.43%28.04%-
HSV(B)306.86º84.68%48.63%-
XYZ11.475.9215.87-
YUV61156.79172.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.63%
GREEN value IS 19 (7.81% from 255) = 7.45%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=48.63%
G=7.45%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241911200.850.100.51306.8673.4328.04
Hex7C1370055A33133491c
Octal174231600125126346311134
Binary1111100100111110000010101011010110011100110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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