Html Css Color HEX #7D128B Purple

📋 copy color: '#7D128B'

red 125 ◦ green 18 ◦ blue 139

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

Shades of Purple #7D128B

Tints of Purple #7D128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 44.33%
G = 6.38%
B = 49.29%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D128B (or 0x7D128B) is known color: Purple. HEX triplet: 7D, 12 and 8B. RGB value is (125,18,139). Sum of RGB (Red+Green+Blue) = 125+18+139=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D128B is #82ED74. Grayscale: #3F3F3F. Windows color (decimal): -8580469 or 9114237. OLE color: 9114237.

HSL color Cylindrical-coordinate representation of color #7D128B: hue angle of 293.06º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D128B is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 18 139 -
CMYK 0.10 0.87 0 0.45
HSL 293.06º 0.77% 0.31% -
HSV(B) 293.06º 0.87% 0.55% -
XYZ 13.33 6.66 25.01 -
YUV 63.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 125 18 139 0.10 0.87 0 0.45 293.06 0.77 0.31
Hex 7D 12 8B A 57 0 2D 125 4D 1F
Octal 175 22 213 12 127 0 55 445 115 37
Binary 1111101 10010 10001011 1010 1010111 0 101101 100100101 1001101 11111

Color Harmonies of #7D128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D128B

Black with #7D128B

Text Example


Text Example

White with #7D128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,139); }

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

background-color css

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

 a { background-color: rgb(125,18,139); }

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

border-color css

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

 span { border-color: rgb(125,18,139); }

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