#7B098B

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

Shades of Purple #7B098B

Tints of Purple #7B098B

Color information

#7B098B (or 0x7B098B) is unknown color: approx Purple. HEX triplet: 7B, 09 and 8B. RGB value is (123,9,139). Sum of RGB (Red+Green+Blue) = 123+9+139=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B098B is #84F674. Grayscale: #393939. Windows color (decimal): -8713845 or 9111931. OLE color: 9111931.

HSL color Cylindrical-coordinate representation of color #7B098B: hue angle of 292.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B098B is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1239139-
CMYK0.120.9400.45
HSL292.62º87.84%29.02%-
HSV(B)292.62º93.53%54.51%-
XYZ12.936.2724.96-
YUV57.91173.77174.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.39%
GREEN value IS 9 (3.91% from 255) = 3.32%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=45.39%
G=3.32%
B=51.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12391390.120.9400.45292.6287.8429.02
Hex7B98BC5E02D125581d
Octal173112131413605544513035
Binary1111011100110001011110010111100101101100100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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