Html Css Color HEX #7C1179 Purple

📋 copy color: '#7C1179'

red 124 ◦ green 17 ◦ blue 121

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

Shades of Purple #7C1179

Tints of Purple #7C1179

RGB

 RED value IS 124 (48.83% from 255) = 47.33%

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

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

R = 47.33%
G = 6.49%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C1179 (or 0x7C1179) is known color: Purple. HEX triplet: 7C, 11 and 79. RGB value is (124,17,121). Sum of RGB (Red+Green+Blue) = 124+17+121=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1179 is #83EE86. Grayscale: #3C3C3C. Windows color (decimal): -8646279 or 7934332. OLE color: 7934332.

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

Color convert

RGB 124 17 121 -
CMYK 0 0.86 0.02 0.51
HSL 301.68º 0.76% 0.28% -
HSV(B) 301.68º 0.86% 0.49% -
XYZ 11.96 6.07 18.63 -
YUV 60.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 124 17 121 0 0.86 0.02 0.51 301.68 0.76 0.28
Hex 7C 11 79 0 56 2 33 12E 4C 1C
Octal 174 21 171 0 126 2 63 456 114 34
Binary 1111100 10001 1111001 0 1010110 10 110011 100101110 1001100 11100

Color Harmonies of #7C1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1179

Black with #7C1179

Text Example


Text Example

White with #7C1179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,17,121); }

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

background-color css

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

 a { background-color: rgb(124,17,121); }

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

border-color css

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

 span { border-color: rgb(124,17,121); }

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