Html Css Color HEX #7D1C76 Dark Purple

📋 copy color: '#7D1C76'

red 125 ◦ green 28 ◦ blue 118

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

Shades of Dark Purple #7D1C76

Tints of Dark Purple #7D1C76

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 46.13%
G = 10.33%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D1C76 (or 0x7D1C76) is known color: Dark Purple. HEX triplet: 7D, 1C and 76. RGB value is (125,28,118). Sum of RGB (Red+Green+Blue) = 125+28+118=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1C76 is #82E389. Grayscale: #434343. Windows color (decimal): -8577930 or 7740541. OLE color: 7740541.

HSL color Cylindrical-coordinate representation of color #7D1C76: hue angle of 304.33º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1C76 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 28 118 -
CMYK 0 0.78 0.06 0.51
HSL 304.33º 0.63% 0.3% -
HSV(B) 304.33º 0.78% 0.49% -
XYZ 12.14 6.5 17.75 -
YUV 67.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 125 28 118 0 0.78 0.06 0.51 304.33 0.63 0.3
Hex 7D 1C 76 0 4E 6 33 130 3F 1E
Octal 175 34 166 0 116 6 63 460 77 36
Binary 1111101 11100 1110110 0 1001110 110 110011 100110000 111111 11110

Color Harmonies of #7D1C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1C76

Black with #7D1C76

Text Example


Text Example

White with #7D1C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,28,118); }

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

background-color css

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

 a { background-color: rgb(125,28,118); }

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

border-color css

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

 span { border-color: rgb(125,28,118); }

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