Html Css Color HEX #763271 Eminence

📋 copy color: '#763271'

red 118 ◦ green 50 ◦ blue 113

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

Shades of Eminence #763271

Tints of Eminence #763271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 41.99%
G = 17.79%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#763271 (or 0x763271) is known color: Eminence. HEX triplet: 76, 32 and 71. RGB value is (118,50,113). Sum of RGB (Red+Green+Blue) = 118+50+113=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763271 is #89CD8E. Grayscale: #4D4D4D. Windows color (decimal): -9031055 or 7418486. OLE color: 7418486.

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

Color convert

RGB 118 50 113 -
CMYK 0 0.58 0.04 0.54
HSL 304.41º 0.4% 0.33% -
HSV(B) 304.41º 0.58% 0.46% -
XYZ 11.59 7.33 16.43 -
YUV 77.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 118 50 113 0 0.58 0.04 0.54 304.41 0.4 0.33
Hex 76 32 71 0 3A 4 36 130 28 21
Octal 166 62 161 0 72 4 66 460 50 41
Binary 1110110 110010 1110001 0 111010 100 110110 100110000 101000 100001

Color Harmonies of #763271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763271

Black with #763271

Text Example


Text Example

White with #763271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763271; }

 p { color: rgb(118,50,113); }

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

background-color css

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

 a { background-color: rgb(118,50,113); }

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

border-color css

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

 span { border-color: rgb(118,50,113); }

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