#7C087B

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

Shades of Purple #7C087B

Tints of Purple #7C087B

Color information

#7C087B (or 0x7C087B) is unknown color: approx Purple. HEX triplet: 7C, 08 and 7B. RGB value is (124,8,123). Sum of RGB (Red+Green+Blue) = 124+8+123=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C087B is #83F784. Grayscale: #373737. Windows color (decimal): -8648581 or 8063100. OLE color: 8063100.

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

Color convert

RGB1248123-
CMYK00.940.010.51
HSL300.52º87.88%25.88%-
HSV(B)300.52º93.55%48.63%-
XYZ11.975.8919.24-
YUV55.79165.93176.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.63%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=48.63%
G=3.14%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124812300.940.010.51300.5287.8825.88
Hex7C87B05E13312d581a
Octal17410173013616345513032
Binary111110010001111011010111101110011100101101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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