Html Css Color HEX #7D058D Purple

📋 copy color: '#7D058D'

red 125 ◦ green 5 ◦ blue 141

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

Shades of Purple #7D058D

Tints of Purple #7D058D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 46.13%
G = 1.85%
B = 52.03%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D058D (or 0x7D058D) is known color: Purple. HEX triplet: 7D, 05 and 8D. RGB value is (125,5,141). Sum of RGB (Red+Green+Blue) = 125+5+141=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D058D is #82FA72. Grayscale: #373737. Windows color (decimal): -8583795 or 9241981. OLE color: 9241981.

HSL color Cylindrical-coordinate representation of color #7D058D: hue angle of 292.94º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D058D is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 5 141 -
CMYK 0.11 0.96 0 0.45
HSL 292.94º 0.93% 0.29% -
HSV(B) 292.94º 0.96% 0.55% -
XYZ 13.32 6.39 25.73 -
YUV 56.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 125 5 141 0.11 0.96 0 0.45 292.94 0.93 0.29
Hex 7D 5 8D B 60 0 2D 125 5D 1D
Octal 175 5 215 13 140 0 55 445 135 35
Binary 1111101 101 10001101 1011 1100000 0 101101 100100101 1011101 11101

Color Harmonies of #7D058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D058D

Black with #7D058D

Text Example


Text Example

White with #7D058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,5,141); }

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

background-color css

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

 a { background-color: rgb(125,5,141); }

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

border-color css

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

 span { border-color: rgb(125,5,141); }

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