Html Css Color HEX #7C3374 Dark Purple

📋 copy color: '#7C3374'

red 124 ◦ green 51 ◦ blue 116

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

Shades of Dark Purple #7C3374

Tints of Dark Purple #7C3374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 42.61%
G = 17.53%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C3374 (or 0x7C3374) is known color: Dark Purple. HEX triplet: 7C, 33 and 74. RGB value is (124,51,116). Sum of RGB (Red+Green+Blue) = 124+51+116=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3374 is #83CC8B. Grayscale: #505050. Windows color (decimal): -8637580 or 7615356. OLE color: 7615356.

HSL color Cylindrical-coordinate representation of color #7C3374: hue angle of 306.58º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3374 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 51 116 -
CMYK 0 0.59 0.06 0.51
HSL 306.58º 0.42% 0.34% -
HSV(B) 306.58º 0.59% 0.49% -
XYZ 12.65 7.91 17.38 -
YUV 80.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 124 51 116 0 0.59 0.06 0.51 306.58 0.42 0.34
Hex 7C 33 74 0 3B 6 33 133 2A 22
Octal 174 63 164 0 73 6 63 463 52 42
Binary 1111100 110011 1110100 0 111011 110 110011 100110011 101010 100010

Color Harmonies of #7C3374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3374

Black with #7C3374

Text Example


Text Example

White with #7C3374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,51,116); }

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

background-color css

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

 a { background-color: rgb(124,51,116); }

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

border-color css

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

 span { border-color: rgb(124,51,116); }

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