Html Css Color HEX #763481 Eminence

📋 copy color: '#763481'

red 118 ◦ green 52 ◦ blue 129

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

Shades of Eminence #763481

Tints of Eminence #763481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.14%

R = 39.46%
G = 17.39%
B = 43.14%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#763481 (or 0x763481) is known color: Eminence. HEX triplet: 76, 34 and 81. RGB value is (118,52,129). Sum of RGB (Red+Green+Blue) = 118+52+129=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #763481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763481 is #89CB7E. Grayscale: #505050. Windows color (decimal): -9030527 or 8467574. OLE color: 8467574.

HSL color Cylindrical-coordinate representation of color #763481: hue angle of 291.43º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #763481 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 52 129 -
CMYK 0.09 0.60 0 0.49
HSL 291.43º 0.43% 0.35% -
HSV(B) 291.43º 0.6% 0.51% -
XYZ 12.66 7.89 21.62 -
YUV 80.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 118 52 129 0.09 0.60 0 0.49 291.43 0.43 0.35
Hex 76 34 81 9 3C 0 31 123 2B 23
Octal 166 64 201 11 74 0 61 443 53 43
Binary 1110110 110100 10000001 1001 111100 0 110001 100100011 101011 100011

Color Harmonies of #763481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763481

Black with #763481

Text Example


Text Example

White with #763481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763481; }

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

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

background-color css

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

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

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

border-color css

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

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

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