Html Css Color HEX #763C7F Eminence

📋 copy color: '#763C7F'

red 118 ◦ green 60 ◦ blue 127

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

Shades of Eminence #763C7F

Tints of Eminence #763C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 38.69%
G = 19.67%
B = 41.64%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#763C7F (or 0x763C7F) is known color: Eminence. HEX triplet: 76, 3C and 7F. RGB value is (118,60,127). Sum of RGB (Red+Green+Blue) = 118+60+127=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #763C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C7F is #89C380. Grayscale: #545454. Windows color (decimal): -9028481 or 8338550. OLE color: 8338550.

HSL color Cylindrical-coordinate representation of color #763C7F: hue angle of 291.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #763C7F is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 60 127 -
CMYK 0.07 0.53 0 0.50
HSL 291.94º 0.36% 0.37% -
HSV(B) 291.94º 0.53% 0.5% -
XYZ 12.92 8.62 21.06 -
YUV 84.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 118 60 127 0.07 0.53 0 0.50 291.94 0.36 0.37
Hex 76 3C 7F 7 35 0 32 124 24 25
Octal 166 74 177 7 65 0 62 444 44 45
Binary 1110110 111100 1111111 111 110101 0 110010 100100100 100100 100101

Color Harmonies of #763C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C7F

Black with #763C7F

Text Example


Text Example

White with #763C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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