Html Css Color HEX #7D1E80 Dark Purple

📋 copy color: '#7D1E80'

red 125 ◦ green 30 ◦ blue 128

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

Shades of Dark Purple #7D1E80

Tints of Dark Purple #7D1E80

RGB

 RED value IS 125 (49.22% from 255) = 44.17%

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 44.17%
G = 10.6%
B = 45.23%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7D1E80 (or 0x7D1E80) is known color: Dark Purple. HEX triplet: 7D, 1E and 80. RGB value is (125,30,128). Sum of RGB (Red+Green+Blue) = 125+30+128=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #7D1E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1E80 is #82E17F. Grayscale: #454545. Windows color (decimal): -8577408 or 8396413. OLE color: 8396413.

HSL color Cylindrical-coordinate representation of color #7D1E80: hue angle of 298.16º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D1E80 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 30 128 -
CMYK 0.02 0.77 0 0.50
HSL 298.16º 0.62% 0.31% -
HSV(B) 298.16º 0.77% 0.5% -
XYZ 12.82 6.85 21.07 -
YUV 69.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 125 30 128 0.02 0.77 0 0.50 298.16 0.62 0.31
Hex 7D 1E 80 2 4D 0 32 12A 3E 1F
Octal 175 36 200 2 115 0 62 452 76 37
Binary 1111101 11110 10000000 10 1001101 0 110010 100101010 111110 11111

Color Harmonies of #7D1E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1E80

Black with #7D1E80

Text Example


Text Example

White with #7D1E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,30,128); }

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

background-color css

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

 a { background-color: rgb(125,30,128); }

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

border-color css

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

 span { border-color: rgb(125,30,128); }

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