#7A126E

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

Shades of Dark Purple #7A126E

Tints of Dark Purple #7A126E

Color information

#7A126E (or 0x7A126E) is unknown color: approx Dark Purple. HEX triplet: 7A, 12 and 6E. RGB value is (122,18,110). Sum of RGB (Red+Green+Blue) = 122+18+110=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A126E is #85ED91. Grayscale: #3B3B3B. Windows color (decimal): -8777106 or 7213690. OLE color: 7213690.

HSL color Cylindrical-coordinate representation of color #7A126E: hue angle of 306.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A126E is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB12218110-
CMYK00.850.100.52
HSL306.92º74.29%27.45%-
HSV(B)306.92º85.25%47.84%-
XYZ11.065.715.27-
YUV59.58156.46172.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.8%
GREEN value IS 18 (7.42% from 255) = 7.2%
BLUE value IS 110 (43.36% from 255) = 44%
R=48.8%
G=7.2%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221811000.850.100.52306.9274.2927.45
Hex7A126E055A341334a1b
Octal172221560125126446311233
Binary1111010100101101110010101011010110100100110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,18,110); }

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

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

 a { background-color: rgb(122,18,110); }

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

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

 span { border-color: rgb(122,18,110); }

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