#7B1675

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

Shades of Dark Purple #7B1675

Tints of Dark Purple #7B1675

Color information

#7B1675 (or 0x7B1675) is unknown color: approx Dark Purple. HEX triplet: 7B, 16 and 75. RGB value is (123,22,117). Sum of RGB (Red+Green+Blue) = 123+22+117=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1675 is #84E98A. Grayscale: #3E3E3E. Windows color (decimal): -8710539 or 7673467. OLE color: 7673467.

HSL color Cylindrical-coordinate representation of color #7B1675: hue angle of 303.56º degrees, saturation: 0.7, 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 #7B1675 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB12322117-
CMYK00.820.050.52
HSL303.56º69.66%28.43%-
HSV(B)303.56º82.11%48.24%-
XYZ11.676.0717.39-
YUV63.03158.46170.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.95%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=46.95%
G=8.40%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1232211700.820.050.52303.5669.6628.43
Hex7B1675052534130461c
Octal17326165012256446010634
Binary111101110110111010101010010101110100100110000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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