Html Css Color HEX #7D3779 Eminence

📋 copy color: '#7D3779'

red 125 ◦ green 55 ◦ blue 121

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

Shades of Eminence #7D3779

Tints of Eminence #7D3779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 41.53%
G = 18.27%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D3779 (or 0x7D3779) is known color: Eminence. HEX triplet: 7D, 37 and 79. RGB value is (125,55,121). Sum of RGB (Red+Green+Blue) = 125+55+121=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3779 is #82C886. Grayscale: #535353. Windows color (decimal): -8571015 or 7944061. OLE color: 7944061.

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

Color convert

RGB 125 55 121 -
CMYK 0 0.56 0.03 0.51
HSL 303.43º 0.39% 0.35% -
HSV(B) 303.43º 0.56% 0.49% -
XYZ 13.27 8.47 19.02 -
YUV 83.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 125 55 121 0 0.56 0.03 0.51 303.43 0.39 0.35
Hex 7D 37 79 0 38 3 33 12F 27 23
Octal 175 67 171 0 70 3 63 457 47 43
Binary 1111101 110111 1111001 0 111000 11 110011 100101111 100111 100011

Color Harmonies of #7D3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3779

Black with #7D3779

Text Example


Text Example

White with #7D3779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,121); }

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

background-color css

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

 a { background-color: rgb(125,55,121); }

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

border-color css

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

 span { border-color: rgb(125,55,121); }

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