Html Css Color HEX #7D2C70 Dark Purple

📋 copy color: '#7D2C70'

red 125 ◦ green 44 ◦ blue 112

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

Shades of Dark Purple #7D2C70

Tints of Dark Purple #7D2C70

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

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

R = 44.48%
G = 15.66%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D2C70 (or 0x7D2C70) is known color: Dark Purple. HEX triplet: 7D, 2C and 70. RGB value is (125,44,112). Sum of RGB (Red+Green+Blue) = 125+44+112=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C70 is #82D38F. Grayscale: #4B4B4B. Windows color (decimal): -8573840 or 7351421. OLE color: 7351421.

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

Color convert

RGB 125 44 112 -
CMYK 0 0.65 0.10 0.51
HSL 309.63º 0.48% 0.33% -
HSV(B) 309.63º 0.65% 0.49% -
XYZ 12.28 7.33 16.1 -
YUV 75.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 125 44 112 0 0.65 0.10 0.51 309.63 0.48 0.33
Hex 7D 2C 70 0 41 A 33 136 30 21
Octal 175 54 160 0 101 12 63 466 60 41
Binary 1111101 101100 1110000 0 1000001 1010 110011 100110110 110000 100001

Color Harmonies of #7D2C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2C70

Black with #7D2C70

Text Example


Text Example

White with #7D2C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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