#7C106A

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

Shades of Dark Purple #7C106A

Tints of Dark Purple #7C106A

Color information

#7C106A (or 0x7C106A) is unknown color: approx Dark Purple. HEX triplet: 7C, 10 and 6A. RGB value is (124,16,106). Sum of RGB (Red+Green+Blue) = 124+16+106=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C106A is #83EF95. Grayscale: #3A3A3A. Windows color (decimal): -8646550 or 6951036. OLE color: 6951036.

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

Color convert

RGB12416106-
CMYK00.870.150.51
HSL310º77.14%27.45%-
HSV(B)310º87.1%48.63%-
XYZ11.15.714.15-
YUV58.55154.78174.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.41%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=50.41%
G=6.50%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241610600.870.150.5131077.1427.45
Hex7C106A057F331364d1b
Octal174201520127176346611533
Binary1111100100001101010010101111111110011100110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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