#7B0877

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

Shades of Purple #7B0877

Tints of Purple #7B0877

Color information

#7B0877 (or 0x7B0877) is unknown color: approx Purple. HEX triplet: 7B, 08 and 77. RGB value is (123,8,119). Sum of RGB (Red+Green+Blue) = 123+8+119=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0877 is #84F788. Grayscale: #363636. Windows color (decimal): -8714121 or 7800955. OLE color: 7800955.

HSL color Cylindrical-coordinate representation of color #7B0877: hue angle of 302.09º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0877 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB1238119-
CMYK00.930.030.52
HSL302.09º87.79%25.69%-
HSV(B)302.09º93.5%48.24%-
XYZ11.585.7217.95-
YUV55.04164.1176.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.2%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=49.2%
G=3.2%
B=47.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123811900.930.030.52302.0987.7925.69
Hex7B87705D33412e581a
Octal17310167013536445613032
Binary1111011100011101110101110111110100100101110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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