Html Css Color HEX #763075 Eminence

📋 copy color: '#763075'

red 118 ◦ green 48 ◦ blue 117

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

Shades of Eminence #763075

Tints of Eminence #763075

RGB

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

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

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

R = 41.7%
G = 16.96%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#763075 (or 0x763075) is known color: Eminence. HEX triplet: 76, 30 and 75. RGB value is (118,48,117). Sum of RGB (Red+Green+Blue) = 118+48+117=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763075 is #89CF8A. Grayscale: #4C4C4C. Windows color (decimal): -9031563 or 7680118. OLE color: 7680118.

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

Color convert

RGB 118 48 117 -
CMYK 0 0.59 0.01 0.54
HSL 300.86º 0.42% 0.33% -
HSV(B) 300.86º 0.59% 0.46% -
XYZ 11.74 7.25 17.61 -
YUV 76.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 118 48 117 0 0.59 0.01 0.54 300.86 0.42 0.33
Hex 76 30 75 0 3B 1 36 12D 2A 21
Octal 166 60 165 0 73 1 66 455 52 41
Binary 1110110 110000 1110101 0 111011 1 110110 100101101 101010 100001

Color Harmonies of #763075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763075

Black with #763075

Text Example


Text Example

White with #763075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763075; }

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

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

background-color css

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

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

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

border-color css

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

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

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