Html Css Color HEX #7D2069 Dark Purple

📋 copy color: '#7D2069'

red 125 ◦ green 32 ◦ blue 105

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

Shades of Dark Purple #7D2069

Tints of Dark Purple #7D2069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

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

R = 47.71%
G = 12.21%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D2069 (or 0x7D2069) is known color: Dark Purple. HEX triplet: 7D, 20 and 69. RGB value is (125,32,105). Sum of RGB (Red+Green+Blue) = 125+32+105=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2069 is #82DF96. Grayscale: #434343. Windows color (decimal): -8576919 or 6889597. OLE color: 6889597.

HSL color Cylindrical-coordinate representation of color #7D2069: hue angle of 312.9º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2069 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 32 105 -
CMYK 0 0.74 0.16 0.51
HSL 312.9º 0.59% 0.31% -
HSV(B) 312.9º 0.74% 0.49% -
XYZ 11.52 6.41 14 -
YUV 68.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 125 32 105 0 0.74 0.16 0.51 312.9 0.59 0.31
Hex 7D 20 69 0 4A 10 33 139 3B 1F
Octal 175 40 151 0 112 20 63 471 73 37
Binary 1111101 100000 1101001 0 1001010 10000 110011 100111001 111011 11111

Color Harmonies of #7D2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2069

Black with #7D2069

Text Example


Text Example

White with #7D2069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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