#7B067A

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

Shades of Purple #7B067A

Tints of Purple #7B067A

Color information

#7B067A (or 0x7B067A) is unknown color: approx Purple. HEX triplet: 7B, 06 and 7A. RGB value is (123,6,122). Sum of RGB (Red+Green+Blue) = 123+6+122=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B067A is #84F985. Grayscale: #353535. Windows color (decimal): -8714630 or 7997051. OLE color: 7997051.

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

Color convert

RGB1236122-
CMYK00.950.010.52
HSL300.51º90.7%25.29%-
HSV(B)300.51º95.12%48.24%-
XYZ11.755.7518.9-
YUV54.21166.26177.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.00%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=49.00%
G=2.39%
B=48.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123612200.950.010.52300.5190.725.29
Hex7B67A05F13412d5b19
Octal1736172013716445513331
Binary11110111101111010010111111110100100101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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