Html Css Color HEX #7D2A77 Dark Purple

📋 copy color: '#7D2A77'

red 125 ◦ green 42 ◦ blue 119

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

Shades of Dark Purple #7D2A77

Tints of Dark Purple #7D2A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.69%

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 43.71%
G = 14.69%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7D2A77 (or 0x7D2A77) is known color: Dark Purple. HEX triplet: 7D, 2A and 77. RGB value is (125,42,119). Sum of RGB (Red+Green+Blue) = 125+42+119=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2A77 is #82D588. Grayscale: #4B4B4B. Windows color (decimal): -8574345 or 7809661. OLE color: 7809661.

HSL color Cylindrical-coordinate representation of color #7D2A77: hue angle of 304.34º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D2A77 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 42 119 -
CMYK 0 0.66 0.05 0.51
HSL 304.34º 0.5% 0.33% -
HSV(B) 304.34º 0.66% 0.49% -
XYZ 12.62 7.35 18.21 -
YUV 75.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 125 42 119 0 0.66 0.05 0.51 304.34 0.5 0.33
Hex 7D 2A 77 0 42 5 33 130 32 21
Octal 175 52 167 0 102 5 63 460 62 41
Binary 1111101 101010 1110111 0 1000010 101 110011 100110000 110010 100001

Color Harmonies of #7D2A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2A77

Black with #7D2A77

Text Example


Text Example

White with #7D2A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,42,119); }

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

background-color css

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

 a { background-color: rgb(125,42,119); }

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

border-color css

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

 span { border-color: rgb(125,42,119); }

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