Html Css Color HEX #763478 Eminence

📋 copy color: '#763478'

red 118 ◦ green 52 ◦ blue 120

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

Shades of Eminence #763478

Tints of Eminence #763478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 40.69%
G = 17.93%
B = 41.38%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#763478 (or 0x763478) is known color: Eminence. HEX triplet: 76, 34 and 78. RGB value is (118,52,120). Sum of RGB (Red+Green+Blue) = 118+52+120=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #763478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763478 is #89CB87. Grayscale: #4F4F4F. Windows color (decimal): -9030536 or 7877750. OLE color: 7877750.

HSL color Cylindrical-coordinate representation of color #763478: hue angle of 298.24º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763478 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 52 120 -
CMYK 0.02 0.57 0 0.53
HSL 298.24º 0.4% 0.34% -
HSV(B) 298.24º 0.57% 0.47% -
XYZ 12.09 7.66 18.61 -
YUV 79.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 118 52 120 0.02 0.57 0 0.53 298.24 0.4 0.34
Hex 76 34 78 2 39 0 35 12A 28 22
Octal 166 64 170 2 71 0 65 452 50 42
Binary 1110110 110100 1111000 10 111001 0 110101 100101010 101000 100010

Color Harmonies of #763478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763478

Black with #763478

Text Example


Text Example

White with #763478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763478; }

 p { color: rgb(118,52,120); }

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

background-color css

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

 a { background-color: rgb(118,52,120); }

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

border-color css

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

 span { border-color: rgb(118,52,120); }

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