Html Css Color HEX #7D048D Purple

📋 copy color: '#7D048D'

red 125 ◦ green 4 ◦ blue 141

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

Shades of Purple #7D048D

Tints of Purple #7D048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 46.3%
G = 1.48%
B = 52.22%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D048D (or 0x7D048D) is known color: Purple. HEX triplet: 7D, 04 and 8D. RGB value is (125,4,141). Sum of RGB (Red+Green+Blue) = 125+4+141=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D048D is #82FB72. Grayscale: #373737. Windows color (decimal): -8584051 or 9241725. OLE color: 9241725.

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

Color convert

RGB 125 4 141 -
CMYK 0.11 0.97 0 0.45
HSL 292.99º 0.94% 0.28% -
HSV(B) 292.99º 0.97% 0.55% -
XYZ 13.31 6.37 25.73 -
YUV 55.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 125 4 141 0.11 0.97 0 0.45 292.99 0.94 0.28
Hex 7D 4 8D B 61 0 2D 125 5E 1C
Octal 175 4 215 13 141 0 55 445 136 34
Binary 1111101 100 10001101 1011 1100001 0 101101 100100101 1011110 11100

Color Harmonies of #7D048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D048D

Black with #7D048D

Text Example


Text Example

White with #7D048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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