#7C106B

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

Shades of Dark Purple #7C106B

Tints of Dark Purple #7C106B

Color information

#7C106B (or 0x7C106B) is unknown color: approx Dark Purple. HEX triplet: 7C, 10 and 6B. RGB value is (124,16,107). Sum of RGB (Red+Green+Blue) = 124+16+107=247 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.20% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 124 - color contains mainly: red. Hex color #7C106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C106B is #83EF94. Grayscale: #3A3A3A. Windows color (decimal): -8646549 or 7016572. OLE color: 7016572.

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

Color convert

RGB12416107-
CMYK00.870.140.51
HSL309.44º77.14%27.45%-
HSV(B)309.44º87.1%48.63%-
XYZ11.155.7214.43-
YUV58.67155.28174.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.20%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=50.20%
G=6.48%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241610700.870.140.51309.4477.1427.45
Hex7C106B057E331354d1b
Octal174201530127166346511533
Binary1111100100001101011010101111110110011100110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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