#7C105F

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

Shades of Dark Purple #7C105F

Tints of Dark Purple #7C105F

Color information

#7C105F (or 0x7C105F) is unknown color: approx Dark Purple. HEX triplet: 7C, 10 and 5F. RGB value is (124,16,95). Sum of RGB (Red+Green+Blue) = 124+16+95=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C105F is #83EFA0. Grayscale: #393939. Windows color (decimal): -8646561 or 6230140. OLE color: 6230140.

HSL color Cylindrical-coordinate representation of color #7C105F: hue angle of 316.11º 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 #7C105F is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB1241695-
CMYK00.870.230.51
HSL316.11º77.14%27.45%-
HSV(B)316.11º87.1%48.63%-
XYZ10.565.4811.33-
YUV57.3149.28175.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.77%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=52.77%
G=6.81%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124169500.870.230.51316.1177.1427.45
Hex7C105F057173313c4d1b
Octal174201370127276347411533
Binary11111001000010111110101011110111110011100111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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