#7B0476

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

Shades of Purple #7B0476

Tints of Purple #7B0476

Color information

#7B0476 (or 0x7B0476) is unknown color: approx Purple. HEX triplet: 7B, 04 and 76. RGB value is (123,4,118). Sum of RGB (Red+Green+Blue) = 123+4+118=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0476 is #84FB89. Grayscale: #343434. Windows color (decimal): -8715146 or 7734395. OLE color: 7734395.

HSL color Cylindrical-coordinate representation of color #7B0476: hue angle of 302.52º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0476 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB1234118-
CMYK00.970.040.52
HSL302.52º93.7%24.9%-
HSV(B)302.52º96.75%48.24%-
XYZ11.485.6117.62-
YUV52.58164.92178.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.20%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=50.20%
G=1.63%
B=48.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123411800.970.040.52302.5293.724.9
Hex7B47606143412f5e19
Octal1734166014146445713631
Binary1111011100111011001100001100110100100101111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,4,118); }

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

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

 a { background-color: rgb(123,4,118); }

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

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

 span { border-color: rgb(123,4,118); }

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