Html Css Color HEX #7D2776 Dark Purple

📋 copy color: '#7D2776'

red 125 ◦ green 39 ◦ blue 118

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

Shades of Dark Purple #7D2776

Tints of Dark Purple #7D2776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 44.33%
G = 13.83%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D2776 (or 0x7D2776) is known color: Dark Purple. HEX triplet: 7D, 27 and 76. RGB value is (125,39,118). Sum of RGB (Red+Green+Blue) = 125+39+118=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2776 is #82D889. Grayscale: #494949. Windows color (decimal): -8575114 or 7743357. OLE color: 7743357.

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

Color convert

RGB 125 39 118 -
CMYK 0 0.69 0.06 0.51
HSL 304.88º 0.52% 0.32% -
HSV(B) 304.88º 0.69% 0.49% -
XYZ 12.45 7.12 17.86 -
YUV 73.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 125 39 118 0 0.69 0.06 0.51 304.88 0.52 0.32
Hex 7D 27 76 0 45 6 33 131 34 20
Octal 175 47 166 0 105 6 63 461 64 40
Binary 1111101 100111 1110110 0 1000101 110 110011 100110001 110100 100000

Color Harmonies of #7D2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2776

Black with #7D2776

Text Example


Text Example

White with #7D2776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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