#7B0774

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

Shades of Purple #7B0774

Tints of Purple #7B0774

Color information

#7B0774 (or 0x7B0774) is unknown color: approx Purple. HEX triplet: 7B, 07 and 74. RGB value is (123,7,116). Sum of RGB (Red+Green+Blue) = 123+7+116=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0774 is #84F88B. Grayscale: #353535. Windows color (decimal): -8714380 or 7604091. OLE color: 7604091.

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

Color convert

RGB1237116-
CMYK00.940.060.52
HSL303.62º89.23%25.49%-
HSV(B)303.62º94.31%48.24%-
XYZ11.45.6217.01-
YUV54.11162.93177.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 2.85%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=50%
G=2.85%
B=47.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123711600.940.060.52303.6289.2325.49
Hex7B77405E6341305919
Octal1737164013666446013131
Binary1111011111111010001011110110110100100110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,7,116); }

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

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

 a { background-color: rgb(123,7,116); }

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

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

 span { border-color: rgb(123,7,116); }

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