Html Css Color HEX #763282 Eminence

📋 copy color: '#763282'

red 118 ◦ green 50 ◦ blue 130

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

Shades of Eminence #763282

Tints of Eminence #763282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

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

R = 39.6%
G = 16.78%
B = 43.62%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#763282 (or 0x763282) is known color: Eminence. HEX triplet: 76, 32 and 82. RGB value is (118,50,130). Sum of RGB (Red+Green+Blue) = 118+50+130=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #763282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763282 is #89CD7D. Grayscale: #4F4F4F. Windows color (decimal): -9031038 or 8532598. OLE color: 8532598.

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

Color convert

RGB 118 50 130 -
CMYK 0.09 0.62 0 0.49
HSL 291º 0.44% 0.35% -
HSV(B) 291º 0.62% 0.51% -
XYZ 12.64 7.74 21.95 -
YUV 79.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 118 50 130 0.09 0.62 0 0.49 291 0.44 0.35
Hex 76 32 82 9 3E 0 31 123 2C 23
Octal 166 62 202 11 76 0 61 443 54 43
Binary 1110110 110010 10000010 1001 111110 0 110001 100100011 101100 100011

Color Harmonies of #763282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763282

Black with #763282

Text Example


Text Example

White with #763282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763282; }

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

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

background-color css

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

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

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

border-color css

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

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

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