Html Css Color HEX #7E2086 Dark Purple

📋 copy color: '#7E2086'

red 126 ◦ green 32 ◦ blue 134

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

Shades of Dark Purple #7E2086

Tints of Dark Purple #7E2086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 134 (52.73% from 255) = 45.89%

R = 43.15%
G = 10.96%
B = 45.89%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E2086 (or 0x7E2086) is known color: Dark Purple. HEX triplet: 7E, 20 and 86. RGB value is (126,32,134). Sum of RGB (Red+Green+Blue) = 126+32+134=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #7E2086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2086 is #81DF79. Grayscale: #474747. Windows color (decimal): -8511354 or 8790142. OLE color: 8790142.

HSL color Cylindrical-coordinate representation of color #7E2086: hue angle of 295.29º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E2086 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 32 134 -
CMYK 0.06 0.76 0 0.47
HSL 295.29º 0.61% 0.33% -
HSV(B) 295.29º 0.76% 0.53% -
XYZ 13.42 7.19 23.23 -
YUV 71.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 126 32 134 0.06 0.76 0 0.47 295.29 0.61 0.33
Hex 7E 20 86 6 4C 0 2F 127 3D 21
Octal 176 40 206 6 114 0 57 447 75 41
Binary 1111110 100000 10000110 110 1001100 0 101111 100100111 111101 100001

Color Harmonies of #7E2086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2086

Black with #7E2086

Text Example


Text Example

White with #7E2086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,32,134); }

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

background-color css

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

 a { background-color: rgb(126,32,134); }

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

border-color css

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

 span { border-color: rgb(126,32,134); }

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