Html Css Color HEX #7E117A Purple

📋 copy color: '#7E117A'

red 126 ◦ green 17 ◦ blue 122

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

Shades of Purple #7E117A

Tints of Purple #7E117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

 BLUE value IS 122 (48.05% from 255) = 46.04%

R = 47.55%
G = 6.42%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7E117A (or 0x7E117A) is known color: Purple. HEX triplet: 7E, 11 and 7A. RGB value is (126,17,122). Sum of RGB (Red+Green+Blue) = 126+17+122=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 126 - color contains mainly: red. Hex color #7E117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E117A is #81EE85. Grayscale: #3D3D3D. Windows color (decimal): -8515206 or 7999870. OLE color: 7999870.

HSL color Cylindrical-coordinate representation of color #7E117A: hue angle of 302.2º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E117A is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 17 122 -
CMYK 0 0.87 0.03 0.51
HSL 302.2º 0.76% 0.28% -
HSV(B) 302.2º 0.87% 0.49% -
XYZ 12.32 6.24 18.97 -
YUV 61.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 126 17 122 0 0.87 0.03 0.51 302.2 0.76 0.28
Hex 7E 11 7A 0 57 3 33 12E 4C 1C
Octal 176 21 172 0 127 3 63 456 114 34
Binary 1111110 10001 1111010 0 1010111 11 110011 100101110 1001100 11100

Color Harmonies of #7E117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E117A

Black with #7E117A

Text Example


Text Example

White with #7E117A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,17,122); }

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

background-color css

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

 a { background-color: rgb(126,17,122); }

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

border-color css

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

 span { border-color: rgb(126,17,122); }

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