Html Css Color HEX #7E076E Purple

📋 copy color: '#7E076E'

red 126 ◦ green 7 ◦ blue 110

#7E076E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #7E076E

Tints of Purple #7E076E

RGB

 RED value IS 126 (49.61% from 255) = 51.85%

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 51.85%
G = 2.88%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E076E (or 0x7E076E) is known color: Purple. HEX triplet: 7E, 07 and 6E. RGB value is (126,7,110). Sum of RGB (Red+Green+Blue) = 126+7+110=243 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.85% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 126 - color contains mainly: red. Hex color #7E076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E076E is #81F891. Grayscale: #363636. Windows color (decimal): -8517778 or 7210878. OLE color: 7210878.

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

Color convert

RGB 126 7 110 -
CMYK 0 0.94 0.13 0.51
HSL 308.07º 0.89% 0.26% -
HSV(B) 308.07º 0.94% 0.49% -
XYZ 11.49 5.71 15.25 -
YUV 54.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 126 7 110 0 0.94 0.13 0.51 308.07 0.89 0.26
Hex 7E 7 6E 0 5E D 33 134 59 1A
Octal 176 7 156 0 136 15 63 464 131 32
Binary 1111110 111 1101110 0 1011110 1101 110011 100110100 1011001 11010

Color Harmonies of #7E076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E076E

Black with #7E076E

Text Example


Text Example

White with #7E076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,7,110); }

 H1.HeaderClassName
 {
   color: #7E076E;
 }
 .AnyTagClassName
 {
   color: #7E076E;
 }
</style>

background-color css

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

 a { background-color: rgb(126,7,110); }

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

border-color css

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

 span { border-color: rgb(126,7,110); }

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