#7B1074

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

Shades of Dark Purple #7B1074

Tints of Dark Purple #7B1074

Color information

#7B1074 (or 0x7B1074) is unknown color: approx Dark Purple. HEX triplet: 7B, 10 and 74. RGB value is (123,16,116). Sum of RGB (Red+Green+Blue) = 123+16+116=255 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.24% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1074 is #84EF8B. Grayscale: #3B3B3B. Windows color (decimal): -8712076 or 7606395. OLE color: 7606395.

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

Color convert

RGB12316116-
CMYK00.870.060.52
HSL303.93º76.98%27.25%-
HSV(B)303.93º86.99%48.24%-
XYZ11.515.8417.04-
YUV59.39159.95173.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.24%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=48.24%
G=6.27%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231611600.870.060.52303.9376.9827.25
Hex7B10740576341304d1b
Octal17320164012766446011533
Binary111101110000111010001010111110110100100110000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,16,116); }

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

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

 a { background-color: rgb(123,16,116); }

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

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

 span { border-color: rgb(123,16,116); }

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