Html Css Color HEX #7D3478 Eminence

📋 copy color: '#7D3478'

red 125 ◦ green 52 ◦ blue 120

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

Shades of Eminence #7D3478

Tints of Eminence #7D3478

RGB

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

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

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

R = 42.09%
G = 17.51%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7D3478 (or 0x7D3478) is known color: Eminence. HEX triplet: 7D, 34 and 78. RGB value is (125,52,120). Sum of RGB (Red+Green+Blue) = 125+52+120=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3478 is #82CB87. Grayscale: #515151. Windows color (decimal): -8571784 or 7877757. OLE color: 7877757.

HSL color Cylindrical-coordinate representation of color #7D3478: hue angle of 304.11º 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 #7D3478 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 52 120 -
CMYK 0 0.58 0.04 0.51
HSL 304.11º 0.41% 0.35% -
HSV(B) 304.11º 0.58% 0.49% -
XYZ 13.08 8.17 18.66 -
YUV 81.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 125 52 120 0 0.58 0.04 0.51 304.11 0.41 0.35
Hex 7D 34 78 0 3A 4 33 130 29 23
Octal 175 64 170 0 72 4 63 460 51 43
Binary 1111101 110100 1111000 0 111010 100 110011 100110000 101001 100011

Color Harmonies of #7D3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3478

Black with #7D3478

Text Example


Text Example

White with #7D3478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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