Html Css Color HEX #7D1183 Purple

📋 copy color: '#7D1183'

red 125 ◦ green 17 ◦ blue 131

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

Shades of Purple #7D1183

Tints of Purple #7D1183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.99%

R = 45.79%
G = 6.23%
B = 47.99%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D1183 (or 0x7D1183) is known color: Purple. HEX triplet: 7D, 11 and 83. RGB value is (125,17,131). Sum of RGB (Red+Green+Blue) = 125+17+131=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D1183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1183 is #82EE7C. Grayscale: #3D3D3D. Windows color (decimal): -8580733 or 8589693. OLE color: 8589693.

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

Color convert

RGB 125 17 131 -
CMYK 0.05 0.87 0 0.49
HSL 296.84º 0.77% 0.29% -
HSV(B) 296.84º 0.87% 0.51% -
XYZ 12.75 6.4 22.04 -
YUV 62.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 125 17 131 0.05 0.87 0 0.49 296.84 0.77 0.29
Hex 7D 11 83 5 57 0 31 129 4D 1D
Octal 175 21 203 5 127 0 61 451 115 35
Binary 1111101 10001 10000011 101 1010111 0 110001 100101001 1001101 11101

Color Harmonies of #7D1183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1183

Black with #7D1183

Text Example


Text Example

White with #7D1183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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