Html Css Color HEX #763C7A Eminence

📋 copy color: '#763C7A'

red 118 ◦ green 60 ◦ blue 122

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

Shades of Eminence #763C7A

Tints of Eminence #763C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 39.33%
G = 20%
B = 40.67%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#763C7A (or 0x763C7A) is known color: Eminence. HEX triplet: 76, 3C and 7A. RGB value is (118,60,122). Sum of RGB (Red+Green+Blue) = 118+60+122=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 122 - color contains mainly: blue. Hex color #763C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C7A is #89C385. Grayscale: #545454. Windows color (decimal): -9028486 or 8010870. OLE color: 8010870.

HSL color Cylindrical-coordinate representation of color #763C7A: hue angle of 296.13º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763C7A is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 60 122 -
CMYK 0.03 0.51 0 0.52
HSL 296.13º 0.34% 0.36% -
HSV(B) 296.13º 0.51% 0.48% -
XYZ 12.6 8.49 19.39 -
YUV 84.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 118 60 122 0.03 0.51 0 0.52 296.13 0.34 0.36
Hex 76 3C 7A 3 33 0 34 128 22 24
Octal 166 74 172 3 63 0 64 450 42 44
Binary 1110110 111100 1111010 11 110011 0 110100 100101000 100010 100100

Color Harmonies of #763C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C7A

Black with #763C7A

Text Example


Text Example

White with #763C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C7A; }

 p { color: rgb(118,60,122); }

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

background-color css

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

 a { background-color: rgb(118,60,122); }

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

border-color css

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

 span { border-color: rgb(118,60,122); }

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