Html Css Color HEX #7C326F Dark Purple

📋 copy color: '#7C326F'

red 124 ◦ green 50 ◦ blue 111

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

Shades of Dark Purple #7C326F

Tints of Dark Purple #7C326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 43.51%
G = 17.54%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C326F (or 0x7C326F) is known color: Dark Purple. HEX triplet: 7C, 32 and 6F. RGB value is (124,50,111). Sum of RGB (Red+Green+Blue) = 124+50+111=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C326F is #83CD90. Grayscale: #4E4E4E. Windows color (decimal): -8637841 or 7287420. OLE color: 7287420.

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

Color convert

RGB 124 50 111 -
CMYK 0 0.60 0.10 0.51
HSL 310.54º 0.43% 0.34% -
HSV(B) 310.54º 0.6% 0.49% -
XYZ 12.32 7.71 15.88 -
YUV 79.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 124 50 111 0 0.60 0.10 0.51 310.54 0.43 0.34
Hex 7C 32 6F 0 3C A 33 137 2B 22
Octal 174 62 157 0 74 12 63 467 53 42
Binary 1111100 110010 1101111 0 111100 1010 110011 100110111 101011 100010

Color Harmonies of #7C326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C326F

Black with #7C326F

Text Example


Text Example

White with #7C326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,50,111); }

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

background-color css

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

 a { background-color: rgb(124,50,111); }

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

border-color css

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

 span { border-color: rgb(124,50,111); }

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