#7B056A

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

Shades of Purple #7B056A

Tints of Purple #7B056A

Color information

#7B056A (or 0x7B056A) is unknown color: approx Purple. HEX triplet: 7B, 05 and 6A. RGB value is (123,5,106). Sum of RGB (Red+Green+Blue) = 123+5+106=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B056A is #84FA95. Grayscale: #333333. Windows color (decimal): -8714902 or 6948219. OLE color: 6948219.

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

Color convert

RGB1235106-
CMYK00.960.140.52
HSL308.64º92.19%25.1%-
HSV(B)308.64º95.93%48.24%-
XYZ10.825.3614.1-
YUV51.8158.59178.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.56%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=52.56%
G=2.14%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123510600.960.140.52308.6492.1925.1
Hex7B56A060E341355c19
Octal17351520140166446513431
Binary11110111011101010011000001110110100100110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,5,106); }

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

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

 a { background-color: rgb(123,5,106); }

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

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

 span { border-color: rgb(123,5,106); }

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