#7B1775

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

Shades of Dark Purple #7B1775

Tints of Dark Purple #7B1775

Color information

#7B1775 (or 0x7B1775) is unknown color: approx Dark Purple. HEX triplet: 7B, 17 and 75. RGB value is (123,23,117). Sum of RGB (Red+Green+Blue) = 123+23+117=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1775 is #84E88A. Grayscale: #3F3F3F. Windows color (decimal): -8710283 or 7673723. OLE color: 7673723.

HSL color Cylindrical-coordinate representation of color #7B1775: hue angle of 303.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1775 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB12323117-
CMYK00.810.050.52
HSL303.6º68.49%28.63%-
HSV(B)303.6º81.3%48.24%-
XYZ11.696.1117.39-
YUV63.62158.13170.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.77%
GREEN value IS 23 (9.38% from 255) = 8.75%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=46.77%
G=8.75%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1232311700.810.050.52303.668.4928.63
Hex7B1775051534130441d
Octal17327165012156446010435
Binary111101110111111010101010001101110100100110000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,23,117); }

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

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

 a { background-color: rgb(123,23,117); }

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

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

 span { border-color: rgb(123,23,117); }

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