#7B0672

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

Shades of Purple #7B0672

Tints of Purple #7B0672

Color information

#7B0672 (or 0x7B0672) is unknown color: approx Purple. HEX triplet: 7B, 06 and 72. RGB value is (123,6,114). Sum of RGB (Red+Green+Blue) = 123+6+114=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0672 is #84F98D. Grayscale: #343434. Windows color (decimal): -8714638 or 7472763. OLE color: 7472763.

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

Color convert

RGB1236114-
CMYK00.950.070.52
HSL304.62º90.7%25.29%-
HSV(B)304.62º95.12%48.24%-
XYZ11.275.5616.4-
YUV53.3162.26177.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.62%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=50.62%
G=2.47%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123611400.950.070.52304.6290.725.29
Hex7B67205F7341315b19
Octal1736162013776446113331
Binary1111011110111001001011111111110100100110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,114); }

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

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

 a { background-color: rgb(123,6,114); }

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

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

 span { border-color: rgb(123,6,114); }

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