Html Css Color HEX #7E0B82 Purple

📋 copy color: '#7E0B82'

red 126 ◦ green 11 ◦ blue 130

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

Shades of Purple #7E0B82

Tints of Purple #7E0B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 47.19%
G = 4.12%
B = 48.69%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7E0B82 (or 0x7E0B82) is known color: Purple. HEX triplet: 7E, 0B and 82. RGB value is (126,11,130). Sum of RGB (Red+Green+Blue) = 126+11+130=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #7E0B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0B82 is #81F47D. Grayscale: #3A3A3A. Windows color (decimal): -8516734 or 8522622. OLE color: 8522622.

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

Color convert

RGB 126 11 130 -
CMYK 0.03 0.92 0 0.49
HSL 297.98º 0.84% 0.28% -
HSV(B) 297.98º 0.92% 0.51% -
XYZ 12.75 6.29 21.66 -
YUV 58.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 126 11 130 0.03 0.92 0 0.49 297.98 0.84 0.28
Hex 7E B 82 3 5C 0 31 12A 54 1C
Octal 176 13 202 3 134 0 61 452 124 34
Binary 1111110 1011 10000010 11 1011100 0 110001 100101010 1010100 11100

Color Harmonies of #7E0B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0B82

Black with #7E0B82

Text Example


Text Example

White with #7E0B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,11,130); }

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

background-color css

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

 a { background-color: rgb(126,11,130); }

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

border-color css

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

 span { border-color: rgb(126,11,130); }

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