Html Css Color HEX #7D1071 Dark Purple

📋 copy color: '#7D1071'

red 125 ◦ green 16 ◦ blue 113

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

Shades of Dark Purple #7D1071

Tints of Dark Purple #7D1071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 49.21%
G = 6.3%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D1071 (or 0x7D1071) is known color: Dark Purple. HEX triplet: 7D, 10 and 71. RGB value is (125,16,113). Sum of RGB (Red+Green+Blue) = 125+16+113=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1071 is #82EF8E. Grayscale: #3B3B3B. Windows color (decimal): -8581007 or 7409789. OLE color: 7409789.

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

Color convert

RGB 125 16 113 -
CMYK 0 0.87 0.10 0.51
HSL 306.61º 0.77% 0.28% -
HSV(B) 306.61º 0.87% 0.49% -
XYZ 11.62 5.92 16.15 -
YUV 59.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 125 16 113 0 0.87 0.10 0.51 306.61 0.77 0.28
Hex 7D 10 71 0 57 A 33 133 4D 1C
Octal 175 20 161 0 127 12 63 463 115 34
Binary 1111101 10000 1110001 0 1010111 1010 110011 100110011 1001101 11100

Color Harmonies of #7D1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1071

Black with #7D1071

Text Example


Text Example

White with #7D1071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,113); }

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

background-color css

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

 a { background-color: rgb(125,16,113); }

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

border-color css

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

 span { border-color: rgb(125,16,113); }

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