Html Css Color HEX #7B1579 Dark Purple

📋 copy color: '#7B1579'

red 123 ◦ green 21 ◦ blue 121

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

Shades of Dark Purple #7B1579

Tints of Dark Purple #7B1579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 121 (47.66% from 255) = 45.66%

R = 46.42%
G = 7.92%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B1579 (or 0x7B1579) is known color: Dark Purple. HEX triplet: 7B, 15 and 79. RGB value is (123,21,121). Sum of RGB (Red+Green+Blue) = 123+21+121=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1579 is #84EA86. Grayscale: #3E3E3E. Windows color (decimal): -8710791 or 7935355. OLE color: 7935355.

HSL color Cylindrical-coordinate representation of color #7B1579: hue angle of 301.18º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1579 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 21 121 -
CMYK 0 0.83 0.02 0.52
HSL 301.18º 0.71% 0.28% -
HSV(B) 301.18º 0.83% 0.48% -
XYZ 11.89 6.13 18.65 -
YUV 62.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 123 21 121 0 0.83 0.02 0.52 301.18 0.71 0.28
Hex 7B 15 79 0 53 2 34 12D 47 1C
Octal 173 25 171 0 123 2 64 455 107 34
Binary 1111011 10101 1111001 0 1010011 10 110100 100101101 1000111 11100

Color Harmonies of #7B1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1579

Black with #7B1579

Text Example


Text Example

White with #7B1579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,121); }

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

background-color css

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

 a { background-color: rgb(123,21,121); }

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

border-color css

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

 span { border-color: rgb(123,21,121); }

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