Html Css Color HEX #7E086A Purple

📋 copy color: '#7E086A'

red 126 ◦ green 8 ◦ blue 106

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

Shades of Purple #7E086A

Tints of Purple #7E086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 106 (41.8% from 255) = 44.17%

R = 52.5%
G = 3.33%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7E086A (or 0x7E086A) is known color: Purple. HEX triplet: 7E, 08 and 6A. RGB value is (126,8,106). Sum of RGB (Red+Green+Blue) = 126+8+106=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E086A is #81F795. Grayscale: #363636. Windows color (decimal): -8517526 or 6948990. OLE color: 6948990.

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

Color convert

RGB 126 8 106 -
CMYK 0 0.94 0.16 0.51
HSL 310.17º 0.88% 0.26% -
HSV(B) 310.17º 0.94% 0.49% -
XYZ 11.29 5.65 14.13 -
YUV 54.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 126 8 106 0 0.94 0.16 0.51 310.17 0.88 0.26
Hex 7E 8 6A 0 5E 10 33 136 58 1A
Octal 176 10 152 0 136 20 63 466 130 32
Binary 1111110 1000 1101010 0 1011110 10000 110011 100110110 1011000 11010

Color Harmonies of #7E086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E086A

Black with #7E086A

Text Example


Text Example

White with #7E086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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