Html Css Color HEX #7C326C Dark Purple

📋 copy color: '#7C326C'

red 124 ◦ green 50 ◦ blue 108

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

Shades of Dark Purple #7C326C

Tints of Dark Purple #7C326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 43.97%
G = 17.73%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C326C (or 0x7C326C) is known color: Dark Purple. HEX triplet: 7C, 32 and 6C. RGB value is (124,50,108). Sum of RGB (Red+Green+Blue) = 124+50+108=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C326C is #83CD93. Grayscale: #4E4E4E. Windows color (decimal): -8637844 or 7090812. OLE color: 7090812.

HSL color Cylindrical-coordinate representation of color #7C326C: hue angle of 312.97º 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 #7C326C is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 50 108 -
CMYK 0 0.60 0.13 0.51
HSL 312.97º 0.43% 0.34% -
HSV(B) 312.97º 0.6% 0.49% -
XYZ 12.16 7.65 15.02 -
YUV 78.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 124 50 108 0 0.60 0.13 0.51 312.97 0.43 0.34
Hex 7C 32 6C 0 3C D 33 139 2B 22
Octal 174 62 154 0 74 15 63 471 53 42
Binary 1111100 110010 1101100 0 111100 1101 110011 100111001 101011 100010

Color Harmonies of #7C326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C326C

Black with #7C326C

Text Example


Text Example

White with #7C326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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