#7B097C

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

Shades of Purple #7B097C

Tints of Purple #7B097C

Color information

#7B097C (or 0x7B097C) is unknown color: approx Purple. HEX triplet: 7B, 09 and 7C. RGB value is (123,9,124). Sum of RGB (Red+Green+Blue) = 123+9+124=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B097C is #84F683. Grayscale: #373737. Windows color (decimal): -8713860 or 8128891. OLE color: 8128891.

HSL color Cylindrical-coordinate representation of color #7B097C: hue angle of 299.48º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B097C is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1239124-
CMYK0.010.9300.51
HSL299.48º86.47%26.08%-
HSV(B)299.48º92.74%48.63%-
XYZ11.95.8619.57-
YUV56.2166.27175.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.05%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=48.05%
G=3.52%
B=48.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12391240.010.9300.51299.4886.4726.08
Hex7B97C15D03312b561a
Octal17311174113506345312632
Binary111101110011111100110111010110011100101011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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