Html Css Color HEX #7C2E73 Dark Purple

📋 copy color: '#7C2E73'

red 124 ◦ green 46 ◦ blue 115

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

Shades of Dark Purple #7C2E73

Tints of Dark Purple #7C2E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.14%

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 43.51%
G = 16.14%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C2E73 (or 0x7C2E73) is known color: Dark Purple. HEX triplet: 7C, 2E and 73. RGB value is (124,46,115). Sum of RGB (Red+Green+Blue) = 124+46+115=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2E73 is #83D18C. Grayscale: #4C4C4C. Windows color (decimal): -8638861 or 7548540. OLE color: 7548540.

HSL color Cylindrical-coordinate representation of color #7C2E73: hue angle of 306.92º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C2E73 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 46 115 -
CMYK 0 0.63 0.07 0.51
HSL 306.92º 0.46% 0.33% -
HSV(B) 306.92º 0.63% 0.49% -
XYZ 12.38 7.48 17.01 -
YUV 77.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 124 46 115 0 0.63 0.07 0.51 306.92 0.46 0.33
Hex 7C 2E 73 0 3F 7 33 133 2E 21
Octal 174 56 163 0 77 7 63 463 56 41
Binary 1111100 101110 1110011 0 111111 111 110011 100110011 101110 100001

Color Harmonies of #7C2E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2E73

Black with #7C2E73

Text Example


Text Example

White with #7C2E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,46,115); }

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

background-color css

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

 a { background-color: rgb(124,46,115); }

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

border-color css

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

 span { border-color: rgb(124,46,115); }

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