Html Css Color HEX #7C356D Dark Purple

📋 copy color: '#7C356D'

red 124 ◦ green 53 ◦ blue 109

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

Shades of Dark Purple #7C356D

Tints of Dark Purple #7C356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 43.36%
G = 18.53%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C356D (or 0x7C356D) is known color: Dark Purple. HEX triplet: 7C, 35 and 6D. RGB value is (124,53,109). Sum of RGB (Red+Green+Blue) = 124+53+109=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C356D is #83CA92. Grayscale: #505050. Windows color (decimal): -8637075 or 7157116. OLE color: 7157116.

HSL color Cylindrical-coordinate representation of color #7C356D: hue angle of 312.68º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C356D is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 53 109 -
CMYK 0 0.57 0.12 0.51
HSL 312.68º 0.4% 0.35% -
HSV(B) 312.68º 0.57% 0.49% -
XYZ 12.35 7.94 15.35 -
YUV 80.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 124 53 109 0 0.57 0.12 0.51 312.68 0.4 0.35
Hex 7C 35 6D 0 39 C 33 139 28 23
Octal 174 65 155 0 71 14 63 471 50 43
Binary 1111100 110101 1101101 0 111001 1100 110011 100111001 101000 100011

Color Harmonies of #7C356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C356D

Black with #7C356D

Text Example


Text Example

White with #7C356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,53,109); }

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

background-color css

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

 a { background-color: rgb(124,53,109); }

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

border-color css

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

 span { border-color: rgb(124,53,109); }

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