#7E0C8A

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

Shades of Purple #7E0C8A

Tints of Purple #7E0C8A

Color information

#7E0C8A (or 0x7E0C8A) is unknown color: approx Purple. HEX triplet: 7E, 0C and 8A. RGB value is (126,12,138). Sum of RGB (Red+Green+Blue) = 126+12+138=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E0C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0C8A is #81F375. Grayscale: #3C3C3C. Windows color (decimal): -8516470 or 9047166. OLE color: 9047166.

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

Color convert

RGB12612138-
CMYK0.090.9100.46
HSL294.29º84%29.41%-
HSV(B)294.29º91.3%54.12%-
XYZ13.326.5324.6-
YUV60.45171.77174.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.65%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 138 (54.30% from 255) = 50%
R=45.65%
G=4.35%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126121380.090.9100.46294.298429.41
Hex7EC8A95B02E126541d
Octal176142121113305644612435
Binary1111110110010001010100110110110101110100100110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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