Html Css Color HEX #7D3678 Eminence

📋 copy color: '#7D3678'

red 125 ◦ green 54 ◦ blue 120

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

Shades of Eminence #7D3678

Tints of Eminence #7D3678

RGB

 RED value IS 125 (49.22% from 255) = 41.81%

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 41.81%
G = 18.06%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7D3678 (or 0x7D3678) is known color: Eminence. HEX triplet: 7D, 36 and 78. RGB value is (125,54,120). Sum of RGB (Red+Green+Blue) = 125+54+120=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3678 is #82C987. Grayscale: #525252. Windows color (decimal): -8571272 or 7878269. OLE color: 7878269.

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

Color convert

RGB 125 54 120 -
CMYK 0 0.57 0.04 0.51
HSL 304.23º 0.4% 0.35% -
HSV(B) 304.23º 0.57% 0.49% -
XYZ 13.17 8.35 18.69 -
YUV 82.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 125 54 120 0 0.57 0.04 0.51 304.23 0.4 0.35
Hex 7D 36 78 0 39 4 33 130 28 23
Octal 175 66 170 0 71 4 63 460 50 43
Binary 1111101 110110 1111000 0 111001 100 110011 100110000 101000 100011

Color Harmonies of #7D3678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3678

Black with #7D3678

Text Example


Text Example

White with #7D3678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,120); }

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

background-color css

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

 a { background-color: rgb(125,54,120); }

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

border-color css

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

 span { border-color: rgb(125,54,120); }

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