#7B0E7A

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

Shades of Purple #7B0E7A

Tints of Purple #7B0E7A

Color information

#7B0E7A (or 0x7B0E7A) is unknown color: approx Purple. HEX triplet: 7B, 0E and 7A. RGB value is (123,14,122). Sum of RGB (Red+Green+Blue) = 123+14+122=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0E7A is #84F185. Grayscale: #3A3A3A. Windows color (decimal): -8712582 or 7999099. OLE color: 7999099.

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

Color convert

RGB12314122-
CMYK00.890.010.52
HSL300.55º79.56%26.86%-
HSV(B)300.55º88.62%48.24%-
XYZ11.845.9318.93-
YUV58.9163.61173.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 14 (5.86% from 255) = 5.41%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=47.49%
G=5.41%
B=47.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231412200.890.010.52300.5579.5626.86
Hex7BE7A05913412d501b
Octal17316172013116445512033
Binary111101111101111010010110011110100100101101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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