Html Css Color HEX #763482 Eminence

📋 copy color: '#763482'

red 118 ◦ green 52 ◦ blue 130

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

Shades of Eminence #763482

Tints of Eminence #763482

RGB

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

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

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

R = 39.33%
G = 17.33%
B = 43.33%

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

#763482 (or 0x763482) is known color: Eminence. HEX triplet: 76, 34 and 82. RGB value is (118,52,130). Sum of RGB (Red+Green+Blue) = 118+52+130=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #763482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763482 is #89CB7D. Grayscale: #505050. Windows color (decimal): -9030526 or 8533110. OLE color: 8533110.

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

Color convert

RGB 118 52 130 -
CMYK 0.09 0.60 0 0.49
HSL 290.77º 0.43% 0.36% -
HSV(B) 290.77º 0.6% 0.51% -
XYZ 12.73 7.92 21.98 -
YUV 80.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 118 52 130 0.09 0.60 0 0.49 290.77 0.43 0.36
Hex 76 34 82 9 3C 0 31 123 2B 24
Octal 166 64 202 11 74 0 61 443 53 44
Binary 1110110 110100 10000010 1001 111100 0 110001 100100011 101011 100100

Color Harmonies of #763482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763482

Black with #763482

Text Example


Text Example

White with #763482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763482; }

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

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

background-color css

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

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

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

border-color css

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

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

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