Html Css Color HEX #762880 Eminence

📋 copy color: '#762880'

red 118 ◦ green 40 ◦ blue 128

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

Shades of Eminence #762880

Tints of Eminence #762880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 41.26%
G = 13.99%
B = 44.76%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#762880 (or 0x762880) is known color: Eminence. HEX triplet: 76, 28 and 80. RGB value is (118,40,128). Sum of RGB (Red+Green+Blue) = 118+40+128=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #762880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762880 is #89D77F. Grayscale: #494949. Windows color (decimal): -9033600 or 8398966. OLE color: 8398966.

HSL color Cylindrical-coordinate representation of color #762880: hue angle of 293.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762880 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 40 128 -
CMYK 0.08 0.69 0 0.50
HSL 293.18º 0.52% 0.33% -
HSV(B) 293.18º 0.69% 0.5% -
XYZ 12.13 6.93 21.12 -
YUV 73.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 118 40 128 0.08 0.69 0 0.50 293.18 0.52 0.33
Hex 76 28 80 8 45 0 32 125 34 21
Octal 166 50 200 10 105 0 62 445 64 41
Binary 1110110 101000 10000000 1000 1000101 0 110010 100100101 110100 100001

Color Harmonies of #762880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762880

Black with #762880

Text Example


Text Example

White with #762880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762880; }

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

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

background-color css

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

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

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

border-color css

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

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

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