#7B098A

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

Shades of Purple #7B098A

Tints of Purple #7B098A

Color information

#7B098A (or 0x7B098A) is unknown color: approx Purple. HEX triplet: 7B, 09 and 8A. RGB value is (123,9,138). Sum of RGB (Red+Green+Blue) = 123+9+138=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B098A is #84F675. Grayscale: #393939. Windows color (decimal): -8713846 or 9046395. OLE color: 9046395.

HSL color Cylindrical-coordinate representation of color #7B098A: hue angle of 293.02º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B098A is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1239138-
CMYK0.110.9300.46
HSL293.02º87.76%28.82%-
HSV(B)293.02º93.48%54.12%-
XYZ12.856.2424.57-
YUV57.79173.27174.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 138 (54.30% from 255) = 51.11%
R=45.56%
G=3.33%
B=51.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12391380.110.9300.46293.0287.7628.82
Hex7B98AB5D02E125581d
Octal173112121313505644513035
Binary1111011100110001010101110111010101110100100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,9,138); }

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

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

 a { background-color: rgb(123,9,138); }

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

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

 span { border-color: rgb(123,9,138); }

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