Html Css Color HEX #7C3077 Dark Purple

📋 copy color: '#7C3077'

red 124 ◦ green 48 ◦ blue 119

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

Shades of Dark Purple #7C3077

Tints of Dark Purple #7C3077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 42.61%
G = 16.49%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7C3077 (or 0x7C3077) is known color: Dark Purple. HEX triplet: 7C, 30 and 77. RGB value is (124,48,119). Sum of RGB (Red+Green+Blue) = 124+48+119=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3077 is #83CF88. Grayscale: #4E4E4E. Windows color (decimal): -8638345 or 7811196. OLE color: 7811196.

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

Color convert

RGB 124 48 119 -
CMYK 0 0.61 0.04 0.51
HSL 303.95º 0.44% 0.34% -
HSV(B) 303.95º 0.61% 0.49% -
XYZ 12.7 7.73 18.28 -
YUV 78.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 124 48 119 0 0.61 0.04 0.51 303.95 0.44 0.34
Hex 7C 30 77 0 3D 4 33 130 2C 22
Octal 174 60 167 0 75 4 63 460 54 42
Binary 1111100 110000 1110111 0 111101 100 110011 100110000 101100 100010

Color Harmonies of #7C3077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3077

Black with #7C3077

Text Example


Text Example

White with #7C3077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,48,119); }

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

background-color css

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

 a { background-color: rgb(124,48,119); }

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

border-color css

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

 span { border-color: rgb(124,48,119); }

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