Html Css Color HEX #7D1669 Dark Purple

📋 copy color: '#7D1669'

red 125 ◦ green 22 ◦ blue 105

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

Shades of Dark Purple #7D1669

Tints of Dark Purple #7D1669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.73%

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

R = 49.6%
G = 8.73%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D1669 (or 0x7D1669) is known color: Dark Purple. HEX triplet: 7D, 16 and 69. RGB value is (125,22,105). Sum of RGB (Red+Green+Blue) = 125+22+105=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1669 is #82E996. Grayscale: #3E3E3E. Windows color (decimal): -8579479 or 6887037. OLE color: 6887037.

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

Color convert

RGB 125 22 105 -
CMYK 0 0.82 0.16 0.51
HSL 311.65º 0.7% 0.29% -
HSV(B) 311.65º 0.82% 0.49% -
XYZ 11.29 5.95 13.92 -
YUV 62.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 125 22 105 0 0.82 0.16 0.51 311.65 0.7 0.29
Hex 7D 16 69 0 52 10 33 138 46 1D
Octal 175 26 151 0 122 20 63 470 106 35
Binary 1111101 10110 1101001 0 1010010 10000 110011 100111000 1000110 11101

Color Harmonies of #7D1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1669

Black with #7D1669

Text Example


Text Example

White with #7D1669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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