#7C126A

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

Shades of Dark Purple #7C126A

Tints of Dark Purple #7C126A

Color information

#7C126A (or 0x7C126A) is unknown color: approx Dark Purple. HEX triplet: 7C, 12 and 6A. RGB value is (124,18,106). Sum of RGB (Red+Green+Blue) = 124+18+106=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C126A is #83ED95. Grayscale: #3B3B3B. Windows color (decimal): -8646038 or 6951548. OLE color: 6951548.

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

Color convert

RGB12418106-
CMYK00.850.150.51
HSL310.19º74.65%27.84%-
HSV(B)310.19º85.48%48.63%-
XYZ11.135.7614.16-
YUV59.73154.12173.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=50%
G=7.26%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241810600.850.150.51310.1974.6527.84
Hex7C126A055F331364b1c
Octal174221520125176346611334
Binary1111100100101101010010101011111110011100110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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