Html Css Color HEX #7C3478 Eminence

📋 copy color: '#7C3478'

red 124 ◦ green 52 ◦ blue 120

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

Shades of Eminence #7C3478

Tints of Eminence #7C3478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 41.89%
G = 17.57%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7C3478 (or 0x7C3478) is known color: Eminence. HEX triplet: 7C, 34 and 78. RGB value is (124,52,120). Sum of RGB (Red+Green+Blue) = 124+52+120=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3478 is #83CB87. Grayscale: #515151. Windows color (decimal): -8637320 or 7877756. OLE color: 7877756.

HSL color Cylindrical-coordinate representation of color #7C3478: hue angle of 303.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3478 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 52 120 -
CMYK 0 0.58 0.03 0.51
HSL 303.33º 0.41% 0.35% -
HSV(B) 303.33º 0.58% 0.49% -
XYZ 12.93 8.1 18.65 -
YUV 81.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 124 52 120 0 0.58 0.03 0.51 303.33 0.41 0.35
Hex 7C 34 78 0 3A 3 33 12F 29 23
Octal 174 64 170 0 72 3 63 457 51 43
Binary 1111100 110100 1111000 0 111010 11 110011 100101111 101001 100011

Color Harmonies of #7C3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3478

Black with #7C3478

Text Example


Text Example

White with #7C3478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,52,120); }

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

background-color css

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

 a { background-color: rgb(124,52,120); }

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

border-color css

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

 span { border-color: rgb(124,52,120); }

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