Html Css Color HEX #7C316F Dark Purple

📋 copy color: '#7C316F'

red 124 ◦ green 49 ◦ blue 111

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

Shades of Dark Purple #7C316F

Tints of Dark Purple #7C316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 43.66%
G = 17.25%
B = 39.08%

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

#7C316F (or 0x7C316F) is known color: Dark Purple. HEX triplet: 7C, 31 and 6F. RGB value is (124,49,111). Sum of RGB (Red+Green+Blue) = 124+49+111=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C316F is #83CE90. Grayscale: #4E4E4E. Windows color (decimal): -8638097 or 7287164. OLE color: 7287164.

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

Color convert

RGB 124 49 111 -
CMYK 0 0.60 0.10 0.51
HSL 310.4º 0.43% 0.34% -
HSV(B) 310.4º 0.6% 0.49% -
XYZ 12.28 7.63 15.86 -
YUV 78.49 146.35 160.46 -
System Red Green Blue C M Y K H S L
Decimal 124 49 111 0 0.60 0.10 0.51 310.4 0.43 0.34
Hex 7C 31 6F 0 3C A 33 136 2B 22
Octal 174 61 157 0 74 12 63 466 53 42
Binary 1111100 110001 1101111 0 111100 1010 110011 100110110 101011 100010

Color Harmonies of #7C316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C316F

Black with #7C316F

Text Example


Text Example

White with #7C316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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