Html Css Color HEX #763273 Eminence

📋 copy color: '#763273'

red 118 ◦ green 50 ◦ blue 115

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

Shades of Eminence #763273

Tints of Eminence #763273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 41.7%
G = 17.67%
B = 40.64%

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

#763273 (or 0x763273) is known color: Eminence. HEX triplet: 76, 32 and 73. RGB value is (118,50,115). Sum of RGB (Red+Green+Blue) = 118+50+115=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763273 is #89CD8C. Grayscale: #4D4D4D. Windows color (decimal): -9031053 or 7549558. OLE color: 7549558.

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

Color convert

RGB 118 50 115 -
CMYK 0 0.58 0.03 0.54
HSL 302.65º 0.4% 0.33% -
HSV(B) 302.65º 0.58% 0.46% -
XYZ 11.71 7.37 17.03 -
YUV 77.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 118 50 115 0 0.58 0.03 0.54 302.65 0.4 0.33
Hex 76 32 73 0 3A 3 36 12F 28 21
Octal 166 62 163 0 72 3 66 457 50 41
Binary 1110110 110010 1110011 0 111010 11 110110 100101111 101000 100001

Color Harmonies of #763273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763273

Black with #763273

Text Example


Text Example

White with #763273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763273; }

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

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

background-color css

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

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

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

border-color css

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

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

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