#7A1F6A

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

Shades of Dark Purple #7A1F6A

Tints of Dark Purple #7A1F6A

Color information

#7A1F6A (or 0x7A1F6A) is unknown color: approx Dark Purple. HEX triplet: 7A, 1F and 6A. RGB value is (122,31,106). Sum of RGB (Red+Green+Blue) = 122+31+106=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1F6A is #85E095. Grayscale: #424242. Windows color (decimal): -8773782 or 6954874. OLE color: 6954874.

HSL color Cylindrical-coordinate representation of color #7A1F6A: hue angle of 310.55º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1F6A is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12231106-
CMYK00.750.130.52
HSL310.55º59.48%30%-
HSV(B)310.55º74.59%47.84%-
XYZ11.126.1614.24-
YUV66.76150.15167.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.10%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=47.10%
G=11.97%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223110600.750.130.52310.5559.4830
Hex7A1F6A04BD341373b1e
Octal17237152011315644677336
Binary111101011111110101001001011110111010010011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,31,106); }

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

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

 a { background-color: rgb(122,31,106); }

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

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

 span { border-color: rgb(122,31,106); }

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