Html Css Color HEX #7D1571 Dark Purple

📋 copy color: '#7D1571'

red 125 ◦ green 21 ◦ blue 113

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

Shades of Dark Purple #7D1571

Tints of Dark Purple #7D1571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 48.26%
G = 8.11%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D1571 (or 0x7D1571) is known color: Dark Purple. HEX triplet: 7D, 15 and 71. RGB value is (125,21,113). Sum of RGB (Red+Green+Blue) = 125+21+113=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1571 is #82EA8E. Grayscale: #3E3E3E. Windows color (decimal): -8579727 or 7411069. OLE color: 7411069.

HSL color Cylindrical-coordinate representation of color #7D1571: hue angle of 306.92º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1571 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 21 113 -
CMYK 0 0.83 0.10 0.51
HSL 306.92º 0.71% 0.29% -
HSV(B) 306.92º 0.83% 0.49% -
XYZ 11.71 6.09 16.18 -
YUV 62.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 125 21 113 0 0.83 0.10 0.51 306.92 0.71 0.29
Hex 7D 15 71 0 53 A 33 133 47 1D
Octal 175 25 161 0 123 12 63 463 107 35
Binary 1111101 10101 1110001 0 1010011 1010 110011 100110011 1000111 11101

Color Harmonies of #7D1571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1571

Black with #7D1571

Text Example


Text Example

White with #7D1571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,113); }

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

background-color css

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

 a { background-color: rgb(125,21,113); }

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

border-color css

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

 span { border-color: rgb(125,21,113); }

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