Html Css Color HEX #7D2471 Dark Purple

📋 copy color: '#7D2471'

red 125 ◦ green 36 ◦ blue 113

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

Shades of Dark Purple #7D2471

Tints of Dark Purple #7D2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

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

R = 45.62%
G = 13.14%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D2471 (or 0x7D2471) is known color: Dark Purple. HEX triplet: 7D, 24 and 71. RGB value is (125,36,113). Sum of RGB (Red+Green+Blue) = 125+36+113=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2471 is #82DB8E. Grayscale: #474747. Windows color (decimal): -8575887 or 7414909. OLE color: 7414909.

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

Color convert

RGB 125 36 113 -
CMYK 0 0.71 0.10 0.51
HSL 308.09º 0.55% 0.32% -
HSV(B) 308.09º 0.71% 0.49% -
XYZ 12.07 6.81 16.3 -
YUV 71.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 125 36 113 0 0.71 0.10 0.51 308.09 0.55 0.32
Hex 7D 24 71 0 47 A 33 134 37 20
Octal 175 44 161 0 107 12 63 464 67 40
Binary 1111101 100100 1110001 0 1000111 1010 110011 100110100 110111 100000

Color Harmonies of #7D2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2471

Black with #7D2471

Text Example


Text Example

White with #7D2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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