Html Css Color HEX #7D126D Dark Purple

📋 copy color: '#7D126D'

red 125 ◦ green 18 ◦ blue 109

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

Shades of Dark Purple #7D126D

Tints of Dark Purple #7D126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.25%

R = 49.6%
G = 7.14%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D126D (or 0x7D126D) is known color: Dark Purple. HEX triplet: 7D, 12 and 6D. RGB value is (125,18,109). Sum of RGB (Red+Green+Blue) = 125+18+109=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D126D is #82ED92. Grayscale: #3C3C3C. Windows color (decimal): -8580499 or 7148157. OLE color: 7148157.

HSL color Cylindrical-coordinate representation of color #7D126D: hue angle of 308.97º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D126D is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 18 109 -
CMYK 0 0.86 0.13 0.51
HSL 308.97º 0.75% 0.28% -
HSV(B) 308.97º 0.86% 0.49% -
XYZ 11.43 5.9 15 -
YUV 60.37 155.45 174.1 -
System Red Green Blue C M Y K H S L
Decimal 125 18 109 0 0.86 0.13 0.51 308.97 0.75 0.28
Hex 7D 12 6D 0 56 D 33 135 4B 1C
Octal 175 22 155 0 126 15 63 465 113 34
Binary 1111101 10010 1101101 0 1010110 1101 110011 100110101 1001011 11100

Color Harmonies of #7D126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D126D

Black with #7D126D

Text Example


Text Example

White with #7D126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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