Html Css Color HEX #763378 Eminence

📋 copy color: '#763378'

red 118 ◦ green 51 ◦ blue 120

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

Shades of Eminence #763378

Tints of Eminence #763378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 40.83%
G = 17.65%
B = 41.52%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#763378 (or 0x763378) is known color: Eminence. HEX triplet: 76, 33 and 78. RGB value is (118,51,120). Sum of RGB (Red+Green+Blue) = 118+51+120=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #763378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763378 is #89CC87. Grayscale: #4E4E4E. Windows color (decimal): -9030792 or 7877494. OLE color: 7877494.

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

Color convert

RGB 118 51 120 -
CMYK 0.02 0.58 0 0.53
HSL 298.26º 0.4% 0.34% -
HSV(B) 298.26º 0.58% 0.47% -
XYZ 12.05 7.58 18.6 -
YUV 78.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 118 51 120 0.02 0.58 0 0.53 298.26 0.4 0.34
Hex 76 33 78 2 3A 0 35 12A 28 22
Octal 166 63 170 2 72 0 65 452 50 42
Binary 1110110 110011 1111000 10 111010 0 110101 100101010 101000 100010

Color Harmonies of #763378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763378

Black with #763378

Text Example


Text Example

White with #763378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763378; }

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

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

background-color css

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

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

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

border-color css

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

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

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