Html Css Color HEX #7E198C Purple

📋 copy color: '#7E198C'

red 126 ◦ green 25 ◦ blue 140

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

Shades of Purple #7E198C

Tints of Purple #7E198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 140 (55.08% from 255) = 48.11%

R = 43.3%
G = 8.59%
B = 48.11%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E198C (or 0x7E198C) is known color: Purple. HEX triplet: 7E, 19 and 8C. RGB value is (126,25,140). Sum of RGB (Red+Green+Blue) = 126+25+140=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E198C is #81E673. Grayscale: #434343. Windows color (decimal): -8513140 or 9181566. OLE color: 9181566.

HSL color Cylindrical-coordinate representation of color #7E198C: hue angle of 292.7º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E198C is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 25 140 -
CMYK 0.10 0.82 0 0.45
HSL 292.7º 0.7% 0.32% -
HSV(B) 292.7º 0.82% 0.55% -
XYZ 13.69 7.02 25.45 -
YUV 68.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 126 25 140 0.10 0.82 0 0.45 292.7 0.7 0.32
Hex 7E 19 8C A 52 0 2D 125 46 20
Octal 176 31 214 12 122 0 55 445 106 40
Binary 1111110 11001 10001100 1010 1010010 0 101101 100100101 1000110 100000

Color Harmonies of #7E198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E198C

Black with #7E198C

Text Example


Text Example

White with #7E198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,25,140); }

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

background-color css

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

 a { background-color: rgb(126,25,140); }

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

border-color css

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

 span { border-color: rgb(126,25,140); }

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