Html Css Color HEX #7D1185 Purple

📋 copy color: '#7D1185'

red 125 ◦ green 17 ◦ blue 133

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

Shades of Purple #7D1185

Tints of Purple #7D1185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.36%

R = 45.45%
G = 6.18%
B = 48.36%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D1185 (or 0x7D1185) is known color: Purple. HEX triplet: 7D, 11 and 85. RGB value is (125,17,133). Sum of RGB (Red+Green+Blue) = 125+17+133=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D1185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1185 is #82EE7A. Grayscale: #3E3E3E. Windows color (decimal): -8580731 or 8720765. OLE color: 8720765.

HSL color Cylindrical-coordinate representation of color #7D1185: hue angle of 295.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1185 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 17 133 -
CMYK 0.06 0.87 0 0.48
HSL 295.86º 0.77% 0.29% -
HSV(B) 295.86º 0.87% 0.52% -
XYZ 12.89 6.45 22.76 -
YUV 62.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 125 17 133 0.06 0.87 0 0.48 295.86 0.77 0.29
Hex 7D 11 85 6 57 0 30 128 4D 1D
Octal 175 21 205 6 127 0 60 450 115 35
Binary 1111101 10001 10000101 110 1010111 0 110000 100101000 1001101 11101

Color Harmonies of #7D1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1185

Black with #7D1185

Text Example


Text Example

White with #7D1185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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