Html Css Color HEX #7E0988 Purple

📋 copy color: '#7E0988'

red 126 ◦ green 9 ◦ blue 136

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

Shades of Purple #7E0988

Tints of Purple #7E0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 46.49%
G = 3.32%
B = 50.18%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E0988 (or 0x7E0988) is known color: Purple. HEX triplet: 7E, 09 and 88. RGB value is (126,9,136). Sum of RGB (Red+Green+Blue) = 126+9+136=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E0988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0988 is #81F677. Grayscale: #3A3A3A. Windows color (decimal): -8517240 or 8915326. OLE color: 8915326.

HSL color Cylindrical-coordinate representation of color #7E0988: hue angle of 295.28º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E0988 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 9 136 -
CMYK 0.07 0.93 0 0.47
HSL 295.28º 0.88% 0.28% -
HSV(B) 295.28º 0.93% 0.53% -
XYZ 13.15 6.41 23.84 -
YUV 58.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 126 9 136 0.07 0.93 0 0.47 295.28 0.88 0.28
Hex 7E 9 88 7 5D 0 2F 127 58 1C
Octal 176 11 210 7 135 0 57 447 130 34
Binary 1111110 1001 10001000 111 1011101 0 101111 100100111 1011000 11100

Color Harmonies of #7E0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0988

Black with #7E0988

Text Example


Text Example

White with #7E0988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,9,136); }

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

background-color css

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

 a { background-color: rgb(126,9,136); }

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

border-color css

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

 span { border-color: rgb(126,9,136); }

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