Html Css Color HEX #7C2373 Dark Purple

📋 copy color: '#7C2373'

red 124 ◦ green 35 ◦ blue 115

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

Shades of Dark Purple #7C2373

Tints of Dark Purple #7C2373

RGB

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

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

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

R = 45.26%
G = 12.77%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C2373 (or 0x7C2373) is known color: Dark Purple. HEX triplet: 7C, 23 and 73. RGB value is (124,35,115). Sum of RGB (Red+Green+Blue) = 124+35+115=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2373 is #83DC8C. Grayscale: #464646. Windows color (decimal): -8641677 or 7545724. OLE color: 7545724.

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

Color convert

RGB 124 35 115 -
CMYK 0 0.72 0.07 0.51
HSL 306.07º 0.56% 0.31% -
HSV(B) 306.07º 0.72% 0.49% -
XYZ 12.01 6.72 16.88 -
YUV 70.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 124 35 115 0 0.72 0.07 0.51 306.07 0.56 0.31
Hex 7C 23 73 0 48 7 33 132 38 1F
Octal 174 43 163 0 110 7 63 462 70 37
Binary 1111100 100011 1110011 0 1001000 111 110011 100110010 111000 11111

Color Harmonies of #7C2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2373

Black with #7C2373

Text Example


Text Example

White with #7C2373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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