Html Css Color HEX #763073 Eminence

📋 copy color: '#763073'

red 118 ◦ green 48 ◦ blue 115

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

Shades of Eminence #763073

Tints of Eminence #763073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 41.99%
G = 17.08%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#763073 (or 0x763073) is known color: Eminence. HEX triplet: 76, 30 and 73. RGB value is (118,48,115). Sum of RGB (Red+Green+Blue) = 118+48+115=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763073 is #89CF8C. Grayscale: #4C4C4C. Windows color (decimal): -9031565 or 7549046. OLE color: 7549046.

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

Color convert

RGB 118 48 115 -
CMYK 0 0.59 0.03 0.54
HSL 302.57º 0.42% 0.33% -
HSV(B) 302.57º 0.59% 0.46% -
XYZ 11.62 7.2 17 -
YUV 76.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 118 48 115 0 0.59 0.03 0.54 302.57 0.42 0.33
Hex 76 30 73 0 3B 3 36 12F 2A 21
Octal 166 60 163 0 73 3 66 457 52 41
Binary 1110110 110000 1110011 0 111011 11 110110 100101111 101010 100001

Color Harmonies of #763073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763073

Black with #763073

Text Example


Text Example

White with #763073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763073; }

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

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

background-color css

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

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

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

border-color css

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

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

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