Html Css Color HEX #7C2371 Dark Purple

📋 copy color: '#7C2371'

red 124 ◦ green 35 ◦ blue 113

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

Shades of Dark Purple #7C2371

Tints of Dark Purple #7C2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 45.59%
G = 12.87%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C2371 (or 0x7C2371) is known color: Dark Purple. HEX triplet: 7C, 23 and 71. RGB value is (124,35,113). Sum of RGB (Red+Green+Blue) = 124+35+113=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2371 is #83DC8E. Grayscale: #464646. Windows color (decimal): -8641679 or 7414652. OLE color: 7414652.

HSL color Cylindrical-coordinate representation of color #7C2371: hue angle of 307.42º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2371 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 35 113 -
CMYK 0 0.72 0.09 0.51
HSL 307.42º 0.56% 0.31% -
HSV(B) 307.42º 0.72% 0.49% -
XYZ 11.89 6.68 16.29 -
YUV 70.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 124 35 113 0 0.72 0.09 0.51 307.42 0.56 0.31
Hex 7C 23 71 0 48 9 33 133 38 1F
Octal 174 43 161 0 110 11 63 463 70 37
Binary 1111100 100011 1110001 0 1001000 1001 110011 100110011 111000 11111

Color Harmonies of #7C2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2371

Black with #7C2371

Text Example


Text Example

White with #7C2371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,35,113); }

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

background-color css

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

 a { background-color: rgb(124,35,113); }

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

border-color css

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

 span { border-color: rgb(124,35,113); }

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