Html Css Color HEX #763D7A Eminence

📋 copy color: '#763D7A'

red 118 ◦ green 61 ◦ blue 122

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

Shades of Eminence #763D7A

Tints of Eminence #763D7A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.27%

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

R = 39.2%
G = 20.27%
B = 40.53%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#763D7A (or 0x763D7A) is known color: Eminence. HEX triplet: 76, 3D and 7A. RGB value is (118,61,122). Sum of RGB (Red+Green+Blue) = 118+61+122=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #763D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D7A is #89C285. Grayscale: #545454. Windows color (decimal): -9028230 or 8011126. OLE color: 8011126.

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

Color convert

RGB 118 61 122 -
CMYK 0.03 0.50 0 0.52
HSL 296.07º 0.33% 0.36% -
HSV(B) 296.07º 0.5% 0.48% -
XYZ 12.65 8.59 19.4 -
YUV 85 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 118 61 122 0.03 0.50 0 0.52 296.07 0.33 0.36
Hex 76 3D 7A 3 32 0 34 128 21 24
Octal 166 75 172 3 62 0 64 450 41 44
Binary 1110110 111101 1111010 11 110010 0 110100 100101000 100001 100100

Color Harmonies of #763D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D7A

Black with #763D7A

Text Example


Text Example

White with #763D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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