Html Css Color HEX #762881 Eminence

📋 copy color: '#762881'

red 118 ◦ green 40 ◦ blue 129

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

Shades of Eminence #762881

Tints of Eminence #762881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.94%

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

R = 41.11%
G = 13.94%
B = 44.95%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#762881 (or 0x762881) is known color: Eminence. HEX triplet: 76, 28 and 81. RGB value is (118,40,129). Sum of RGB (Red+Green+Blue) = 118+40+129=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #762881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762881 is #89D77E. Grayscale: #494949. Windows color (decimal): -9033599 or 8464502. OLE color: 8464502.

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

Color convert

RGB 118 40 129 -
CMYK 0.09 0.69 0 0.49
HSL 292.58º 0.53% 0.33% -
HSV(B) 292.58º 0.69% 0.51% -
XYZ 12.19 6.95 21.47 -
YUV 73.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 118 40 129 0.09 0.69 0 0.49 292.58 0.53 0.33
Hex 76 28 81 9 45 0 31 125 35 21
Octal 166 50 201 11 105 0 61 445 65 41
Binary 1110110 101000 10000001 1001 1000101 0 110001 100100101 110101 100001

Color Harmonies of #762881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762881

Black with #762881

Text Example


Text Example

White with #762881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762881; }

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

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

background-color css

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

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

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

border-color css

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

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

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