Html Css Color HEX #7B177D Dark Purple

📋 copy color: '#7B177D'

red 123 ◦ green 23 ◦ blue 125

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

Shades of Dark Purple #7B177D

Tints of Dark Purple #7B177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 45.39%
G = 8.49%
B = 46.13%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B177D (or 0x7B177D) is known color: Dark Purple. HEX triplet: 7B, 17 and 7D. RGB value is (123,23,125). Sum of RGB (Red+Green+Blue) = 123+23+125=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B177D is #84E882. Grayscale: #404040. Windows color (decimal): -8710275 or 8198011. OLE color: 8198011.

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

Color convert

RGB 123 23 125 -
CMYK 0.02 0.82 0 0.51
HSL 298.82º 0.69% 0.29% -
HSV(B) 298.82º 0.82% 0.49% -
XYZ 12.18 6.3 19.98 -
YUV 64.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 123 23 125 0.02 0.82 0 0.51 298.82 0.69 0.29
Hex 7B 17 7D 2 52 0 33 12B 45 1D
Octal 173 27 175 2 122 0 63 453 105 35
Binary 1111011 10111 1111101 10 1010010 0 110011 100101011 1000101 11101

Color Harmonies of #7B177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B177D

Black with #7B177D

Text Example


Text Example

White with #7B177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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