Html Css Color HEX #7D337D Eminence

📋 copy color: '#7D337D'

red 125 ◦ green 51 ◦ blue 125

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

Shades of Eminence #7D337D

Tints of Eminence #7D337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

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

R = 41.53%
G = 16.94%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7D337D (or 0x7D337D) is known color: Eminence. HEX triplet: 7D, 33 and 7D. RGB value is (125,51,125). Sum of RGB (Red+Green+Blue) = 125+51+125=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: red, blue. Hex color #7D337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D337D is #82CC82. Grayscale: #515151. Windows color (decimal): -8572035 or 8205181. OLE color: 8205181.

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

Color convert

RGB 125 51 125 -
CMYK 0 0.59 0 0.51
HSL 300º 0.42% 0.35% -
HSV(B) 300º 0.59% 0.49% -
XYZ 13.34 8.21 20.28 -
YUV 81.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 125 51 125 0 0.59 0 0.51 300 0.42 0.35
Hex 7D 33 7D 0 3B 0 33 12C 2A 23
Octal 175 63 175 0 73 0 63 454 52 43
Binary 1111101 110011 1111101 0 111011 0 110011 100101100 101010 100011

Color Harmonies of #7D337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D337D

Black with #7D337D

Text Example


Text Example

White with #7D337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,51,125); }

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

background-color css

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

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

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

border-color css

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

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

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