Html Css Color HEX #763275 Eminence

📋 copy color: '#763275'

red 118 ◦ green 50 ◦ blue 117

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

Shades of Eminence #763275

Tints of Eminence #763275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 41.4%
G = 17.54%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#763275 (or 0x763275) is known color: Eminence. HEX triplet: 76, 32 and 75. RGB value is (118,50,117). Sum of RGB (Red+Green+Blue) = 118+50+117=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #763275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763275 is #89CD8A. Grayscale: #4D4D4D. Windows color (decimal): -9031051 or 7680630. OLE color: 7680630.

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

Color convert

RGB 118 50 117 -
CMYK 0 0.58 0.01 0.54
HSL 300.88º 0.4% 0.33% -
HSV(B) 300.88º 0.58% 0.46% -
XYZ 11.82 7.42 17.64 -
YUV 77.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 118 50 117 0 0.58 0.01 0.54 300.88 0.4 0.33
Hex 76 32 75 0 3A 1 36 12D 28 21
Octal 166 62 165 0 72 1 66 455 50 41
Binary 1110110 110010 1110101 0 111010 1 110110 100101101 101000 100001

Color Harmonies of #763275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763275

Black with #763275

Text Example


Text Example

White with #763275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763275; }

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

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

background-color css

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

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

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

border-color css

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

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

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