#7B056C

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

Shades of Purple #7B056C

Tints of Purple #7B056C

Color information

#7B056C (or 0x7B056C) is unknown color: approx Purple. HEX triplet: 7B, 05 and 6C. RGB value is (123,5,108). Sum of RGB (Red+Green+Blue) = 123+5+108=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B056C is #84FA93. Grayscale: #333333. Windows color (decimal): -8714900 or 7079291. OLE color: 7079291.

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

Color convert

RGB1235108-
CMYK00.960.120.52
HSL307.63º92.19%25.1%-
HSV(B)307.63º95.93%48.24%-
XYZ10.935.414.65-
YUV52.02159.59178.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.12%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=52.12%
G=2.12%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123510800.960.120.52307.6392.1925.1
Hex7B56C060C341345c19
Octal17351540140146446413431
Binary11110111011101100011000001100110100100110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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