Html Css Color HEX #7D2C69 Dark Purple

📋 copy color: '#7D2C69'

red 125 ◦ green 44 ◦ blue 105

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

Shades of Dark Purple #7D2C69

Tints of Dark Purple #7D2C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 45.62%
G = 16.06%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D2C69 (or 0x7D2C69) is known color: Dark Purple. HEX triplet: 7D, 2C and 69. RGB value is (125,44,105). Sum of RGB (Red+Green+Blue) = 125+44+105=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C69 is #82D396. Grayscale: #4B4B4B. Windows color (decimal): -8573847 or 6892669. OLE color: 6892669.

HSL color Cylindrical-coordinate representation of color #7D2C69: hue angle of 314.81º 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 #7D2C69 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 44 105 -
CMYK 0 0.65 0.16 0.51
HSL 314.81º 0.48% 0.33% -
HSV(B) 314.81º 0.65% 0.49% -
XYZ 11.91 7.18 14.12 -
YUV 75.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 125 44 105 0 0.65 0.16 0.51 314.81 0.48 0.33
Hex 7D 2C 69 0 41 10 33 13B 30 21
Octal 175 54 151 0 101 20 63 473 60 41
Binary 1111101 101100 1101001 0 1000001 10000 110011 100111011 110000 100001

Color Harmonies of #7D2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2C69

Black with #7D2C69

Text Example


Text Example

White with #7D2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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