Html Css Color HEX #7B1771 Dark Purple

📋 copy color: '#7B1771'

red 123 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #7B1771

Tints of Dark Purple #7B1771

RGB

 RED value IS 123 (48.44% from 255) = 47.49%

 GREEN value IS 23 (9.38% from 255) = 8.88%

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

R = 47.49%
G = 8.88%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B1771 (or 0x7B1771) is known color: Dark Purple. HEX triplet: 7B, 17 and 71. RGB value is (123,23,113). Sum of RGB (Red+Green+Blue) = 123+23+113=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1771 is #84E88E. Grayscale: #3E3E3E. Windows color (decimal): -8710287 or 7411579. OLE color: 7411579.

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

Color convert

RGB 123 23 113 -
CMYK 0 0.81 0.08 0.52
HSL 306º 0.68% 0.29% -
HSV(B) 306º 0.81% 0.48% -
XYZ 11.46 6.02 16.18 -
YUV 63.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 123 23 113 0 0.81 0.08 0.52 306 0.68 0.29
Hex 7B 17 71 0 51 8 34 132 44 1D
Octal 173 27 161 0 121 10 64 462 104 35
Binary 1111011 10111 1110001 0 1010001 1000 110100 100110010 1000100 11101

Color Harmonies of #7B1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1771

Black with #7B1771

Text Example


Text Example

White with #7B1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,23,113); }

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

background-color css

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

 a { background-color: rgb(123,23,113); }

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

border-color css

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

 span { border-color: rgb(123,23,113); }

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