Html Css Color HEX #7B3173 Dark Purple

📋 copy color: '#7B3173'

red 123 ◦ green 49 ◦ blue 115

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

Shades of Dark Purple #7B3173

Tints of Dark Purple #7B3173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 42.86%
G = 17.07%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B3173 (or 0x7B3173) is known color: Dark Purple. HEX triplet: 7B, 31 and 73. RGB value is (123,49,115). Sum of RGB (Red+Green+Blue) = 123+49+115=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3173 is #84CE8C. Grayscale: #4E4E4E. Windows color (decimal): -8703629 or 7549307. OLE color: 7549307.

HSL color Cylindrical-coordinate representation of color #7B3173: hue angle of 306.49º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B3173 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 49 115 -
CMYK 0 0.60 0.07 0.52
HSL 306.49º 0.43% 0.34% -
HSV(B) 306.49º 0.6% 0.48% -
XYZ 12.36 7.65 17.04 -
YUV 78.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 123 49 115 0 0.60 0.07 0.52 306.49 0.43 0.34
Hex 7B 31 73 0 3C 7 34 132 2B 22
Octal 173 61 163 0 74 7 64 462 53 42
Binary 1111011 110001 1110011 0 111100 111 110100 100110010 101011 100010

Color Harmonies of #7B3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3173

Black with #7B3173

Text Example


Text Example

White with #7B3173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,49,115); }

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

background-color css

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

 a { background-color: rgb(123,49,115); }

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

border-color css

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

 span { border-color: rgb(123,49,115); }

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