#7e087d

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

Shades of Purple #7E087D

Tints of Purple #7E087D

Color information

#7E087D (or 0x7E087D) is unknown color: approx Purple. HEX triplet: 7E, 08 and 7D. RGB value is (126,8,125). Sum of RGB (Red+Green+Blue) = 126+8+125=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E087D is #81F782. Grayscale: #383838. Windows color (decimal): -8517507 or 8194174. OLE color: 8194174.

HSL color Cylindrical-coordinate representation of color #7E087D: hue angle of 300.51º 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 #7E087D is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB1268125-
CMYK00.940.010.51
HSL300.51º88.06%26.27%-
HSV(B)300.51º93.65%49.41%-
XYZ12.396.0919.92-
YUV56.62166.59177.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.65%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=48.65%
G=3.09%
B=48.26%

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
Decimal126812500.940.010.51300.5188.0626.27
Hex7E87D05E13312d581a
Octal17610175013616345513032
Binary111111010001111101010111101110011100101101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e087d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,8,125); }

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

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

 a { background-color: rgb(126,8,125); }

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

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

 span { border-color: rgb(126,8,125); }

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