#7B0477

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

Shades of Purple #7B0477

Tints of Purple #7B0477

Color information

#7B0477 (or 0x7B0477) is unknown color: approx Purple. HEX triplet: 7B, 04 and 77. RGB value is (123,4,119). Sum of RGB (Red+Green+Blue) = 123+4+119=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0477 is #84FB88. Grayscale: #343434. Windows color (decimal): -8715145 or 7799931. OLE color: 7799931.

HSL color Cylindrical-coordinate representation of color #7B0477: hue angle of 302.02º 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 #7B0477 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB1234119-
CMYK00.970.030.52
HSL302.02º93.7%24.9%-
HSV(B)302.02º96.75%48.24%-
XYZ11.545.6317.93-
YUV52.69165.42178.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=50%
G=1.63%
B=48.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123411900.970.030.52302.0293.724.9
Hex7B47706133412e5e19
Octal1734167014136445613631
Binary111101110011101110110000111110100100101110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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