Html Css Color HEX #7D1165 Dark Purple

📋 copy color: '#7D1165'

red 125 ◦ green 17 ◦ blue 101

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

Shades of Dark Purple #7D1165

Tints of Dark Purple #7D1165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 51.44%
G = 7%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D1165 (or 0x7D1165) is known color: Dark Purple. HEX triplet: 7D, 11 and 65. RGB value is (125,17,101). Sum of RGB (Red+Green+Blue) = 125+17+101=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1165 is #82EE9A. Grayscale: #3A3A3A. Windows color (decimal): -8580763 or 6623613. OLE color: 6623613.

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

Color convert

RGB 125 17 101 -
CMYK 0 0.86 0.19 0.51
HSL 313.33º 0.76% 0.28% -
HSV(B) 313.33º 0.86% 0.49% -
XYZ 11.01 5.7 12.83 -
YUV 58.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 125 17 101 0 0.86 0.19 0.51 313.33 0.76 0.28
Hex 7D 11 65 0 56 13 33 139 4C 1C
Octal 175 21 145 0 126 23 63 471 114 34
Binary 1111101 10001 1100101 0 1010110 10011 110011 100111001 1001100 11100

Color Harmonies of #7D1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1165

Black with #7D1165

Text Example


Text Example

White with #7D1165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,17,101); }

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

background-color css

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

 a { background-color: rgb(125,17,101); }

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

border-color css

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

 span { border-color: rgb(125,17,101); }

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