Html Css Color HEX #7C2476 Dark Purple

📋 copy color: '#7C2476'

red 124 ◦ green 36 ◦ blue 118

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

Shades of Dark Purple #7C2476

Tints of Dark Purple #7C2476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 118 (46.48% from 255) = 42.45%

R = 44.6%
G = 12.95%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7C2476 (or 0x7C2476) is known color: Dark Purple. HEX triplet: 7C, 24 and 76. RGB value is (124,36,118). Sum of RGB (Red+Green+Blue) = 124+36+118=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2476 is #83DB89. Grayscale: #474747. Windows color (decimal): -8641418 or 7742588. OLE color: 7742588.

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

Color convert

RGB 124 36 118 -
CMYK 0 0.71 0.05 0.51
HSL 304.09º 0.55% 0.31% -
HSV(B) 304.09º 0.71% 0.49% -
XYZ 12.21 6.85 17.82 -
YUV 71.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 124 36 118 0 0.71 0.05 0.51 304.09 0.55 0.31
Hex 7C 24 76 0 47 5 33 130 37 1F
Octal 174 44 166 0 107 5 63 460 67 37
Binary 1111100 100100 1110110 0 1000111 101 110011 100110000 110111 11111

Color Harmonies of #7C2476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2476

Black with #7C2476

Text Example


Text Example

White with #7C2476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,36,118); }

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

background-color css

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

 a { background-color: rgb(124,36,118); }

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

border-color css

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

 span { border-color: rgb(124,36,118); }

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