Html Css Color HEX #7D1376 Dark Purple

📋 copy color: '#7D1376'

red 125 ◦ green 19 ◦ blue 118

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

Shades of Dark Purple #7D1376

Tints of Dark Purple #7D1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 47.71%
G = 7.25%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D1376 (or 0x7D1376) is known color: Dark Purple. HEX triplet: 7D, 13 and 76. RGB value is (125,19,118). Sum of RGB (Red+Green+Blue) = 125+19+118=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1376 is #82EC89. Grayscale: #3D3D3D. Windows color (decimal): -8580234 or 7738237. OLE color: 7738237.

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

Color convert

RGB 125 19 118 -
CMYK 0 0.85 0.06 0.51
HSL 303.96º 0.74% 0.28% -
HSV(B) 303.96º 0.85% 0.49% -
XYZ 11.96 6.13 17.69 -
YUV 61.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 125 19 118 0 0.85 0.06 0.51 303.96 0.74 0.28
Hex 7D 13 76 0 55 6 33 130 4A 1C
Octal 175 23 166 0 125 6 63 460 112 34
Binary 1111101 10011 1110110 0 1010101 110 110011 100110000 1001010 11100

Color Harmonies of #7D1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1376

Black with #7D1376

Text Example


Text Example

White with #7D1376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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