Html Css Color HEX #763172 Eminence

📋 copy color: '#763172'

red 118 ◦ green 49 ◦ blue 114

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

Shades of Eminence #763172

Tints of Eminence #763172

RGB

 RED value IS 118 (46.48% from 255) = 41.99%

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 41.99%
G = 17.44%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#763172 (or 0x763172) is known color: Eminence. HEX triplet: 76, 31 and 72. RGB value is (118,49,114). Sum of RGB (Red+Green+Blue) = 118+49+114=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763172 is #89CE8D. Grayscale: #4C4C4C. Windows color (decimal): -9031310 or 7483766. OLE color: 7483766.

HSL color Cylindrical-coordinate representation of color #763172: hue angle of 303.48º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763172 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 114 -
CMYK 0 0.58 0.03 0.54
HSL 303.48º 0.41% 0.33% -
HSV(B) 303.48º 0.58% 0.46% -
XYZ 11.61 7.26 16.71 -
YUV 77.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 118 49 114 0 0.58 0.03 0.54 303.48 0.41 0.33
Hex 76 31 72 0 3A 3 36 12F 29 21
Octal 166 61 162 0 72 3 66 457 51 41
Binary 1110110 110001 1110010 0 111010 11 110110 100101111 101001 100001

Color Harmonies of #763172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763172

Black with #763172

Text Example


Text Example

White with #763172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763172; }

 p { color: rgb(118,49,114); }

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

background-color css

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

 a { background-color: rgb(118,49,114); }

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

border-color css

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

 span { border-color: rgb(118,49,114); }

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