Html Css Color HEX #763882 Eminence

📋 copy color: '#763882'

red 118 ◦ green 56 ◦ blue 130

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

Shades of Eminence #763882

Tints of Eminence #763882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 38.82%
G = 18.42%
B = 42.76%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#763882 (or 0x763882) is known color: Eminence. HEX triplet: 76, 38 and 82. RGB value is (118,56,130). Sum of RGB (Red+Green+Blue) = 118+56+130=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #763882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763882 is #89C77D. Grayscale: #525252. Windows color (decimal): -9029502 or 8534134. OLE color: 8534134.

HSL color Cylindrical-coordinate representation of color #763882: hue angle of 290.27º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763882 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 56 130 -
CMYK 0.09 0.57 0 0.49
HSL 290.27º 0.4% 0.36% -
HSV(B) 290.27º 0.57% 0.51% -
XYZ 12.91 8.29 22.04 -
YUV 82.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 118 56 130 0.09 0.57 0 0.49 290.27 0.4 0.36
Hex 76 38 82 9 39 0 31 122 28 24
Octal 166 70 202 11 71 0 61 442 50 44
Binary 1110110 111000 10000010 1001 111001 0 110001 100100010 101000 100100

Color Harmonies of #763882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763882

Black with #763882

Text Example


Text Example

White with #763882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763882; }

 p { color: rgb(118,56,130); }

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

background-color css

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

 a { background-color: rgb(118,56,130); }

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

border-color css

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

 span { border-color: rgb(118,56,130); }

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