Html Css Color HEX #7D3279 Eminence

📋 copy color: '#7D3279'

red 125 ◦ green 50 ◦ blue 121

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

Shades of Eminence #7D3279

Tints of Eminence #7D3279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 42.23%
G = 16.89%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D3279 (or 0x7D3279) is known color: Eminence. HEX triplet: 7D, 32 and 79. RGB value is (125,50,121). Sum of RGB (Red+Green+Blue) = 125+50+121=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3279 is #82CD86. Grayscale: #505050. Windows color (decimal): -8572295 or 7942781. OLE color: 7942781.

HSL color Cylindrical-coordinate representation of color #7D3279: hue angle of 303.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D3279 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 50 121 -
CMYK 0 0.60 0.03 0.51
HSL 303.2º 0.43% 0.34% -
HSV(B) 303.2º 0.6% 0.49% -
XYZ 13.05 8.02 18.95 -
YUV 80.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 125 50 121 0 0.60 0.03 0.51 303.2 0.43 0.34
Hex 7D 32 79 0 3C 3 33 12F 2B 22
Octal 175 62 171 0 74 3 63 457 53 42
Binary 1111101 110010 1111001 0 111100 11 110011 100101111 101011 100010

Color Harmonies of #7D3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3279

Black with #7D3279

Text Example


Text Example

White with #7D3279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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