Html Css Color HEX #7D088C Purple

📋 copy color: '#7D088C'

red 125 ◦ green 8 ◦ blue 140

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

Shades of Purple #7D088C

Tints of Purple #7D088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

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

R = 45.79%
G = 2.93%
B = 51.28%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D088C (or 0x7D088C) is known color: Purple. HEX triplet: 7D, 08 and 8C. RGB value is (125,8,140). Sum of RGB (Red+Green+Blue) = 125+8+140=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D088C is #82F773. Grayscale: #393939. Windows color (decimal): -8583028 or 9177213. OLE color: 9177213.

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

Color convert

RGB 125 8 140 -
CMYK 0.11 0.94 0 0.45
HSL 293.18º 0.89% 0.29% -
HSV(B) 293.18º 0.94% 0.55% -
XYZ 13.28 6.43 25.35 -
YUV 58.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 125 8 140 0.11 0.94 0 0.45 293.18 0.89 0.29
Hex 7D 8 8C B 5E 0 2D 125 59 1D
Octal 175 10 214 13 136 0 55 445 131 35
Binary 1111101 1000 10001100 1011 1011110 0 101101 100100101 1011001 11101

Color Harmonies of #7D088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D088C

Black with #7D088C

Text Example


Text Example

White with #7D088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,140); }

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

background-color css

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

 a { background-color: rgb(125,8,140); }

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

border-color css

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

 span { border-color: rgb(125,8,140); }

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