Html Css Color HEX #7D3770 Dark Purple

📋 copy color: '#7D3770'

red 125 ◦ green 55 ◦ blue 112

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

Shades of Dark Purple #7D3770

Tints of Dark Purple #7D3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 42.81%
G = 18.84%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D3770 (or 0x7D3770) is known color: Dark Purple. HEX triplet: 7D, 37 and 70. RGB value is (125,55,112). Sum of RGB (Red+Green+Blue) = 125+55+112=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3770 is #82C88F. Grayscale: #525252. Windows color (decimal): -8571024 or 7354237. OLE color: 7354237.

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

Color convert

RGB 125 55 112 -
CMYK 0 0.56 0.10 0.51
HSL 311.14º 0.39% 0.35% -
HSV(B) 311.14º 0.56% 0.49% -
XYZ 12.75 8.26 16.25 -
YUV 82.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 125 55 112 0 0.56 0.10 0.51 311.14 0.39 0.35
Hex 7D 37 70 0 38 A 33 137 27 23
Octal 175 67 160 0 70 12 63 467 47 43
Binary 1111101 110111 1110000 0 111000 1010 110011 100110111 100111 100011

Color Harmonies of #7D3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3770

Black with #7D3770

Text Example


Text Example

White with #7D3770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,112); }

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

background-color css

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

 a { background-color: rgb(125,55,112); }

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

border-color css

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

 span { border-color: rgb(125,55,112); }

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