#7A1678

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

Shades of Dark Purple #7A1678

Tints of Dark Purple #7A1678

Color information

#7A1678 (or 0x7A1678) is unknown color: approx Dark Purple. HEX triplet: 7A, 16 and 78. RGB value is (122,22,120). Sum of RGB (Red+Green+Blue) = 122+22+120=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1678 is #85E987. Grayscale: #3E3E3E. Windows color (decimal): -8776072 or 7870074. OLE color: 7870074.

HSL color Cylindrical-coordinate representation of color #7A1678: hue angle of 301.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1678 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB12222120-
CMYK00.820.020.52
HSL301.2º69.44%28.24%-
HSV(B)301.2º81.97%47.84%-
XYZ11.76.0718.32-
YUV63.07160.13170.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.21%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=46.21%
G=8.33%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1222212000.820.020.52301.269.4428.24
Hex7A167805223412d451c
Octal17226170012226445510534
Binary11110101011011110000101001010110100100101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,22,120); }

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

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

 a { background-color: rgb(122,22,120); }

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

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

 span { border-color: rgb(122,22,120); }

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