#7E008A

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

Shades of Purple #7E008A

Tints of Purple #7E008A

Color information

#7E008A (or 0x7E008A) is unknown color: approx Purple. HEX triplet: 7E, 00 and 8A. RGB value is (126,0,138). Sum of RGB (Red+Green+Blue) = 126+0+138=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E008A is #81FF75. Grayscale: #343434. Windows color (decimal): -8519542 or 9044094. OLE color: 9044094.

HSL color Cylindrical-coordinate representation of color #7E008A: hue angle of 294.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E008A is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1260138-
CMYK0.09100.46
HSL294.78º100%27.06%-
HSV(B)294.78º100%54.12%-
XYZ13.196.2724.56-
YUV53.41175.74179.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=47.73%
G=0%
B=52.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12601380.09100.46294.7810027.06
Hex7E08A96402E127641b
Octal17602121114405644714433
Binary1111110010001010100111001000101110100100111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,0,138); }

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

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

 a { background-color: rgb(126,0,138); }

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

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

 span { border-color: rgb(126,0,138); }

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